Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Graph
da051a84d5197aa19578d9547bbff1562de4ba9f
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
May
13
12
11
10
9
7
6
5
4
3
27
Apr
26
25
22
21
20
19
18
22
Mar
16
15
14
10
2
12
Feb
10
9
4
3
2
29
Jan
25
19
12
8
22
Dec
15
12
11
10
9
8
5
2
24
Nov
17
16
11
10
9
7
5
4
3
2
26
Oct
23
21
20
19
13
9
8
7
6
5
2
1
Move 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-migration
Move 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-providers
Merge pull request #160 from Shopify/feature/improve-checkout-api
Fix 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 BUYAssert
Remove 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.