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
384a25a0
Commit
384a25a0
authored
May 18, 2016
by
Dima Bart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate BUYClient+Checkout categories.
parent
3194148c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
project.pbxproj
Mobile Buy SDK/Mobile Buy SDK.xcodeproj/project.pbxproj
+0
-0
BUYApplePayPaymentProvider.m
...le Buy SDK/Payment Providers/BUYApplePayPaymentProvider.m
+1
-1
BUYClient+CheckoutHelpers.h
...ile Buy SDK/Payment Providers/BUYClient+CheckoutHelpers.h
+1
-1
BUYClient+CheckoutHelpers.m
...ile Buy SDK/Payment Providers/BUYClient+CheckoutHelpers.m
+2
-2
BUYWebCheckoutPaymentProvider.m
...Buy SDK/Payment Providers/BUYWebCheckoutPaymentProvider.m
+1
-1
No files found.
Mobile Buy SDK/Mobile Buy SDK.xcodeproj/project.pbxproj
View file @
384a25a0
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYApplePayPaymentProvider.m
View file @
384a25a0
...
...
@@ -31,7 +31,7 @@
#import "BUYApplePayHelpers.h"
#import "BUYApplePayAdditions.h"
#import "BUYShop.h"
#import "BUYClient+Checkout.h"
#import "BUYClient+Checkout
Helpers
.h"
NSString
*
const
BUYApplePayPaymentProviderId
=
@"BUYApplePayPaymentProviderId"
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYClient+Checkout.h
→
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYClient+Checkout
Helpers
.h
View file @
384a25a0
...
...
@@ -28,7 +28,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface
BUYClient
(
Checkout
)
@interface
BUYClient
(
Checkout
Helpers
)
-
(
NSURLSessionDataTask
*
)
handleCheckout
:(
BUYCheckout
*
)
checkout
completion
:(
BUYDataCheckoutBlock
)
completion
;
...
...
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYClient+Checkout.m
→
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYClient+Checkout
Helpers
.m
View file @
384a25a0
...
...
@@ -24,9 +24,9 @@
// THE SOFTWARE.
//
#import "BUYClient+Checkout.h"
#import "BUYClient+Checkout
Helpers
.h"
@implementation
BUYClient
(
Checkout
)
@implementation
BUYClient
(
Checkout
Helpers
)
-
(
NSURLSessionDataTask
*
)
handleCheckout
:(
BUYCheckout
*
)
checkout
completion
:(
BUYDataCheckoutBlock
)
completion
{
...
...
Mobile Buy SDK/Mobile Buy SDK/Payment Providers/BUYWebCheckoutPaymentProvider.m
View file @
384a25a0
...
...
@@ -26,7 +26,7 @@
#import "BUYWebCheckoutPaymentProvider.h"
#import "BUYCheckout.h"
#import "BUYClient+Checkout.h"
#import "BUYClient+Checkout
Helpers
.h"
@import
SafariServices
;
...
...
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