Skip to content

Instantly share code, notes, and snippets.

@tim-cotten
Created March 5, 2021 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tim-cotten/1a346a137e4df155708744083bdbbfea to your computer and use it in GitHub Desktop.
Save tim-cotten/1a346a137e4df155708744083bdbbfea to your computer and use it in GitHub Desktop.
<?php
$shop = new Shop\DropShip($shop_id);
if ($shop) {
$code = $shop->shopcode;
$shop = $shop->shopname;
$zip = $shop->postalcode;
$phone = $shop->phone;
// ... additional logic here ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment