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
Comment #2
tomarnold2 commentedComment #3
andrey.troeglazov commentedComment #5
andrey.troeglazov commentedHello,
it's a pretty bad typo, thank you.
Commited into dev.