- 25 Jan, 2016 3 commits
-
-
Merge branch 'runmad.checkout-attributes' of github.com:Shopify/mobile-buy-sdk-private into runmad.checkout-attributes
Rune Madsen authored -
This adds a attributes to checkout. These objects are returned as an array of dictionaries, but expected as dictionaries when posting the checkout, so we're required to serialize the objects correctly. API now also returns the `note` on a checkout, so I have added a test for that.
Rune Madsen authored -
Prevent race condition during Apple Pay Checkout
David Muzi authored
-
- 20 Jan, 2016 2 commits
-
-
David Muzi authored
-
cleanup error handling for Apple Pay Use dispatch_groups to ensure the shop and checkout are completed before continuing with an Apple Pay checkout
David Muzi authored
-
- 19 Jan, 2016 2 commits
-
-
Remove shippingRateId on BUYCheckout
Rune Madsen authored -
Rune Madsen authored
-
- 12 Jan, 2016 1 commit
-
-
Add help section + section links to readme
Rune Madsen authored
-
- 08 Jan, 2016 4 commits
-
-
Remove province requirement from client-side address validation
Rune Madsen authored -
Rune Madsen authored
-
Rune Madsen authored
-
Rune Madsen authored
-
- 22 Dec, 2015 1 commit
-
-
Rune Madsen authored
-
- 15 Dec, 2015 8 commits
-
-
Release 1.2.4
Rune Madsen authored -
Remove unused orderId property
Rune Madsen authored -
Rune Madsen authored
-
Rune Madsen authored
-
Rune Madsen authored
-
Rune Madsen authored
-
Fix Apple Pay "Setup" button logic
Rune Madsen authored -
Sample app Safari view controller checkout logic improvements
Rune Madsen authored
-
- 12 Dec, 2015 3 commits
-
-
Move logic for displaying the Apple Pay setup button to the BUYViewController, and fix logic for whether to display Setup or Buy buttons.
Rune Madsen authored -
Rune Madsen authored
-
Rune Madsen authored
-
- 11 Dec, 2015 1 commit
-
-
Add Docset to repo
Rune Madsen authored
-
- 10 Dec, 2015 3 commits
-
-
NSURLComponents improvements
Rune Madsen authored -
Use pathWithComponents: and stringByAppendingPathExtension: for better consistency with URL creation (+4 squashed commits) Squashed commits: [90e8970] Also use pathWithComponents: for "checkouts" with token and fixing tests by appending a slash to "api" and "meta" [4eb36a4] No longer appending = for purposely blank values [4c0f4e2] Improve method names, use of constants and appending .json when assembling the NSURLCompenents path at the end [935cbb2] forgot to stage /meta Improve method names, use of constants and appending .json when assembling the NSURLCompenents path at the end No longer appending = for purposely blank values Also use pathWithComponents: for "checkouts" with token and fixing tests by appending a slash to "api" and "meta" Use pathWithComponents: and stringByAppendingPathExtension: for better consistency with URL creation
Rune Madsen authored -
Rune Madsen authored
-
- 09 Dec, 2015 3 commits
-
-
Updated API endpoints
Rune Madsen authored -
Rune Madsen authored
-
Minor improvements to the logic in the sample app for handling a SFSafariViewController checkout and returning from a successful checkout using the urlScheme button
Rune Madsen authored
-
- 05 Dec, 2015 2 commits
-
-
Rune Madsen authored
-
"/anywhere/checkouts" is now "/api/checkouts". This transition has been made using NSURLComponents. Tests have been updated to better match testing of the scheme, host, path and query items from which a NSURLComponents URL is created.
Rune Madsen authored
-
- 02 Dec, 2015 6 commits
-
-
Rune Madsen authored
-
1.2.3 release version
Rune Madsen authored -
Rune Madsen authored
-
Fix shipping rate invalidation bug using Apple Pay in 1.2.2
Rune Madsen authored -
Rune Madsen authored
-
Fix an issue where partialAddresses flag was set to false, which would invalidat the already set (through a updateCheckout: call) shippingRate on a checkout during completeCheckout:
Rune Madsen authored
-
- 24 Nov, 2015 1 commit
-
-
Rune Madsen authored
-