You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.018May1312111097654327Apr2625222120191822Mar16151410212Feb10943229Jan251912822Dec15121110985224Nov1716111097543226Oct23212019139876521Move BUYAuthenticatedResponse into separate file.Remove unnecessary interface declaration.Remove unused imports, cleanup macro definitions, various cleanup.Move BUYClient checkout API into category.Move BUYClient storefront API into category.Remove reference to BUYRouter in internal header.Adjust test data and mocked responses for locally-run tests.Rename BUYClient+Internal.Fix shipping rates route. Minor refactor.Move URL composition into BUYClient category. Remove BUYRouter.Fix incorrect checkouts endpoints.Fix incorrect routes for gift_card endpoints.Factor route creation / management out of BUYClient.Merge pull request #157 from Shopify/task/ui-migrationMove BUYImageKit and UIFont extensions into sample app.Move BUYPaymentButton into sample app.Update copyright comment.Move all product single views into Advanced Sample.Merge pull request #153 from Shopify/task/payment-providersMerge pull request #160 from Shopify/feature/improve-checkout-apiFix error being populated on empty successful response.Merge generic requestForURL methods.Remove duplication surrounding error creation.Reorder methods.Minor reorganization.Refactor the user of PATCH request.Remove post convenience using body, refactor to use serializable object.Move JSON serialization into the higher-level network call for PUT.Inline post request for store credit card. Reorganize methods.Move assertion to top of initializers.Switch from NSAssert to BUYAssertRemove assert from private method.Convert to custom BUYAssert. Will throw exception in release builds.Rename token file, factor out test token into separate file. Fix spelling.Use accessor instead of direct instance variable access.Update license comments.Add tests for id<BUYPaymentToken> concrete classes.Fix tests for nullability.Add nullability annotations and missing asserts.Minor clean up. Add assertions for shop credentials in init.