Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes to Sku and Shipment classes #146

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2015

  1. Removed the options() method from Sku class as the 'options' property…

    … on a Sku object is an array of option objects, it is not a reference to a separate resource as this method expects.
    bc-jz committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    4614549 View commit details
    Browse the repository at this point in the history
  2. Removed 'shipping_methods' from the ignore fields and added 'billing_…

    …address' and 'shipping_address' - this makes the PHP library match the API requirements
    bc-jz committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    8b0ee6e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Removed the test of the options() method from SkuTest.php. Deleted Sk…

    …uOption.php and SkuOptionTest.php as these don't match with API v2 schema.
    bc-jz committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    a696b1e View commit details
    Browse the repository at this point in the history