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

Changes for API 2.4 #258

Merged
merged 7 commits into from
Sep 14, 2016
Merged

Changes for API 2.4 #258

merged 7 commits into from
Sep 14, 2016

Commits on Sep 13, 2016

  1. Starting API 2.4

    drewish committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    d97d02e View commit details
    Browse the repository at this point in the history
  2. allow adjustments to specify an origin

    Ryan Cook authored and drewish committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    1f583d9 View commit details
    Browse the repository at this point in the history
  3. Account Acquisition data

    drewish committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    3b087e9 View commit details
    Browse the repository at this point in the history
  4. Support for Gift Cards

    bhelx authored and drewish committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    89946d5 View commit details
    Browse the repository at this point in the history
  5. Document that you can't call preview() then save()

    `preview()` indirectly calls `__parseXmlToObject()` which resets the
    `_unsavedKeys` property. So when `save()` is called it appears there is nothing
    to do. There's not an easy fix for this so I think we can just document the
    behavior.
    drewish committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    bf0c5d6 View commit details
    Browse the repository at this point in the history
  6. Start adding export support

    drewish committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    cdd04c1 View commit details
    Browse the repository at this point in the history
  7. Shipping Address Support

    bhelx authored and drewish committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    8642f93 View commit details
    Browse the repository at this point in the history