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
8cfe7c1a
Commit
8cfe7c1a
authored
May 03, 2016
by
Dima Bart
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into integration/sdk-2.0
parents
949f3d13
abe6045a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
Buy.xcscheme
...ile Buy SDK.xcodeproj/xcshareddata/xcschemes/Buy.xcscheme
+19
-0
BUYCheckout.h
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYCheckout.h
+1
-1
BUYCheckout_Private.h
...SDK/Mobile Buy SDK/Models/Transient/BUYCheckout_Private.h
+1
-1
No files found.
Mobile Buy SDK/Mobile Buy SDK.xcodeproj/xcshareddata/xcschemes/Buy.xcscheme
View file @
8cfe7c1a
...
...
@@ -28,7 +28,26 @@
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
>
<Testables>
<TestableReference
skipped =
"NO"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"90F592EB1B0D5EFE0026B382"
BuildableName =
"Mobile Buy SDK Tests.xctest"
BlueprintName =
"Mobile Buy SDK Tests"
ReferencedContainer =
"container:Mobile Buy SDK.xcodeproj"
>
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"901930E11BC5B9BC00D1134E"
BuildableName =
"Buy.framework"
BlueprintName =
"Buy"
ReferencedContainer =
"container:Mobile Buy SDK.xcodeproj"
>
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYCheckout.h
View file @
8cfe7c1a
...
...
@@ -227,7 +227,7 @@
/**
* Customer ID associated with the checkout
*/
@property
(
nonatomic
,
copy
,
readonly
)
NS
String
*
customerId
;
@property
(
nonatomic
,
copy
,
readonly
)
NS
Number
*
customerId
;
/**
* An optional note attached to the order
...
...
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYCheckout_Private.h
View file @
8cfe7c1a
...
...
@@ -48,7 +48,7 @@
@property
(
nonatomic
,
copy
)
NSDate
*
updatedAtDate
;
@property
(
nonatomic
,
strong
)
BUYMaskedCreditCard
*
creditCard
;
@property
(
nonatomic
,
strong
)
BUYOrder
*
order
;
@property
(
nonatomic
,
copy
)
NS
String
*
customerId
;
@property
(
nonatomic
,
copy
)
NS
Number
*
customerId
;
@property
(
nonatomic
,
strong
)
NSURL
*
privacyPolicyURL
;
@property
(
nonatomic
,
strong
)
NSURL
*
refundPolicyURL
;
@property
(
nonatomic
,
strong
)
NSURL
*
termsOfServiceURL
;
...
...
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