You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate all code in buy3 module to Kotlin (#575) (#589)
* Migrate all code in buy3 module to Kotlin
- Migrate code
- Migrate and fix tests
- Update sample to fix integration issues
- Update to the latest dependencies
* Improve GraphClient builder
* Remove deprecated Android Pay support and comment out its usage (#583)
- Remove `buy3-pay-support` module
- Remove Google Wallet dependencies
- Comment out any Pay related code for later migrate to Google Pay
* Update schema
Fetching customer for checkout object is now deprecated and will always return null.
Add append Gift Card to the checkout
Return access token for new created customer
Add Fulfilment to the order object