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
Commits
65f467ce
Commit
65f467ce
authored
Jun 17, 2016
by
Brent Gulanowski
Committed by
GitHub
Jun 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #233 from Shopify/task/fixes
Two model-level fixes
parents
4e1a542e
506c6637
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
BUYRequestOperationTests.m
...e Buy SDK/Mobile Buy SDK Tests/BUYRequestOperationTests.m
+1
-1
contents
... Buy SDK.xcdatamodeld/Mobile Buy SDK.xcdatamodel/contents
+2
-2
BUYCustomer.m
...le Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCustomer.m
+0
-2
No files found.
Mobile Buy SDK/Mobile Buy SDK Tests/BUYRequestOperationTests.m
View file @
65f467ce
...
...
@@ -277,7 +277,7 @@
[
operation
cancel
];
}];
[
self
waitForExpectationsWithTimeout
:
4
.
0
handler
:
^
(
NSError
*
error
)
{}];
[
self
waitForExpectationsWithTimeout
:
5
.
0
handler
:
^
(
NSError
*
error
)
{}];
}
-
(
void
)
testCancellationWithoutQueue
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Mobile Buy SDK.xcdatamodeld/Mobile Buy SDK.xcdatamodel/contents
View file @
65f467ce
...
...
@@ -550,7 +550,7 @@
<entry
key=
"documentation"
value=
"Inverse of Checkout.lineItem."
/>
</userInfo>
</relationship>
<relationship
name=
"order"
optional=
"YES"
maxCount=
"1"
deletionRule=
"
Nullif
y"
destinationEntity=
"Order"
inverseName=
"lineItems"
inverseEntity=
"Order"
syncable=
"YES"
/>
<relationship
name=
"order"
optional=
"YES"
maxCount=
"1"
deletionRule=
"
Den
y"
destinationEntity=
"Order"
inverseName=
"lineItems"
inverseEntity=
"Order"
syncable=
"YES"
/>
<userInfo>
<entry
key=
"documentation"
value=
"This represents a BUYLineItem on a BUYCart or on a BUYCheckout."
/>
</userInfo>
...
...
@@ -665,7 +665,7 @@
<entry
key=
"documentation"
value=
"Inverse of Checkout.order."
/>
</userInfo>
</relationship>
<relationship
name=
"lineItems"
optional=
"YES"
toMany=
"YES"
deletionRule=
"
Nullify
"
ordered=
"YES"
destinationEntity=
"LineItem"
inverseName=
"order"
inverseEntity=
"LineItem"
syncable=
"YES"
/>
<relationship
name=
"lineItems"
optional=
"YES"
toMany=
"YES"
deletionRule=
"
Cascade
"
ordered=
"YES"
destinationEntity=
"LineItem"
inverseName=
"order"
inverseEntity=
"LineItem"
syncable=
"YES"
/>
<userInfo>
<entry
key=
"attributeValueClassName"
value=
"URL"
/>
<entry
key=
"documentation"
value=
"URL for the website showing the order status, doesn't require a customer token."
/>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCustomer.m
View file @
65f467ce
...
...
@@ -28,8 +28,6 @@
@implementation
BUYCustomer
@synthesize
addresses
=
_addresses
;
-
(
NSString
*
)
fullName
{
if
(
self
.
firstName
.
length
>
0
||
self
.
lastName
.
length
>
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment