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
adbfef172db9cdfba0350982ac6bfc7744f7357a
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
13
Apr
28
Jul
21
Jun
9
13
Dec
2
23
Nov
22
29
Sep
26
Jul
22
21
18
15
14
13
12
8
29
Jun
24
23
22
20
17
16
14
13
8
6
3
2
1
31
May
30
27
26
25
24
20
19
18
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
order add currency_rate
master
master
u
u
u
u
1,补充
1,补充上个修改
SDK中,将BUYDataCheckoutBlock当作BUYCheckoutOperationCompletion传递的问题
1,补充
1,第二次尝试修改订单 使dictionary能拿到(第一次修改的结果导致配送费无法正常使用)
1,fix 创建订单 时 model字典为空的问题
1,fix error
1,干掉apple pay相关文件
1,尝试去掉苹果支付
1,fix error
Merge pull request #263 from Shopify/develop
Merge pull request #278 from Shopify/task/address-default
Add "Address.isDefault" boolean <-> "default".
Merge pull request #276 from Shopify/task/collection-handle
Add test for get collection by handle.
Update comments to match interface.
Add method to get collection by handle.
Merge pull request #273 from Shopify/task/customer-update
add unit test for customer update
Add customer update endpoint
Merge pull request #267 from Shopify/task/customer-id
Update model layout.
Update customer sample for API changes.
Update tests.
Add convenience to retrieve a specific item, by key, from account credentials.
Pass the customer access token to callbacks after login and renew.
Rename method for clarity.
Remove references to customerID from documentation comments.
Convert instances of customer ID as a string to a number.
Update tests for changes to customer and address client methods.
Remove customerID parameter from address API.
Add proper initializer to BUYCustomerToken.
Update customer API to remove `customerID` argument when not needed.
Change BUYClient.customerToken from string to BUYCustomerToken.
Clean up JSON interface on BUYCustomerToken.