I downloaded the uc_shipstation module (https://ftp.drupal.org/files/projects/uc_shipstation-7.x-1.0-alpha1.zip)

I was able to get it installed but then, when I was attempting to add a custom store, I was getting a server error 500 code. Looking through my logs I found the following error:

Notice: Undefined property: stdClass::$recieved in uc_shipstation_export_orders() (line 235 of /var/www/html/pethub.com/sites/all/modules/uc_shipstation/uc_shipstation.module).

When I went in and corrected the property spelling from "recieved" to "received" it started working.

Comments

tomarnold2 created an issue. See original summary.

tomarnold2’s picture

Issue summary: View changes
andrey.troeglazov’s picture

Assigned: Unassigned » andrey.troeglazov

  • andrey.troeglazov committed d8a0a24 on 7.x-1.x
    Issue #2849643 by tomarnold2, andrey.troeglazov: uc_shipstation - Undef'...
andrey.troeglazov’s picture

Assigned: andrey.troeglazov » Unassigned
Status: Active » Fixed

Hello,
it's a pretty bad typo, thank you.
Commited into dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.