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
18f1514d
Commit
18f1514d
authored
May 24, 2016
by
Gabriel O'Flaherty-Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add assertion and update copyright header
parent
810ee0df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
4 deletions
+41
-4
BUYApplePayAuthorizationDelegate.m
...K/Mobile Buy SDK/Utils/BUYApplePayAuthorizationDelegate.m
+1
-0
BUYModelManager+ApplePay.h
...e Buy SDK/Mobile Buy SDK/Utils/BUYModelManager+ApplePay.h
+20
-2
BUYModelManager+ApplePay.m
...e Buy SDK/Mobile Buy SDK/Utils/BUYModelManager+ApplePay.m
+20
-2
No files found.
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYApplePayAuthorizationDelegate.m
View file @
18f1514d
...
@@ -50,6 +50,7 @@ const NSTimeInterval PollDelay = 0.5;
...
@@ -50,6 +50,7 @@ const NSTimeInterval PollDelay = 0.5;
{
{
NSParameterAssert
(
client
);
NSParameterAssert
(
client
);
NSParameterAssert
(
checkout
);
NSParameterAssert
(
checkout
);
NSParameterAssert
(
shopName
);
self
=
[
super
init
];
self
=
[
super
init
];
...
...
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYModelManager+ApplePay.h
View file @
18f1514d
...
@@ -2,8 +2,26 @@
...
@@ -2,8 +2,26 @@
// BUYModelManager+ApplePay.h
// BUYModelManager+ApplePay.h
// Mobile Buy SDK
// Mobile Buy SDK
//
//
// Created by Gabriel O'Flaherty-Chan on 2016-05-20.
// Created by Shopify.
// Copyright © 2016 Shopify Inc. All rights reserved.
// Copyright (c) 2015 Shopify Inc. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//
//
#import <Buy/BUYModelManager.h>
#import <Buy/BUYModelManager.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYModelManager+ApplePay.m
View file @
18f1514d
...
@@ -2,8 +2,26 @@
...
@@ -2,8 +2,26 @@
// BUYModelManager+ApplePay.m
// BUYModelManager+ApplePay.m
// Mobile Buy SDK
// Mobile Buy SDK
//
//
// Created by Gabriel O'Flaherty-Chan on 2016-05-20.
// Created by Shopify.
// Copyright © 2016 Shopify Inc. All rights reserved.
// Copyright (c) 2015 Shopify Inc. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//
//
#import "BUYAddress.h"
#import "BUYAddress.h"
...
...
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