Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
mAllamTapPayments committed Dec 12, 2024
1 parent 8e31106 commit c68d431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ extension ExampleViewController: SessionDataSource {
return false
}*/



internal var applePayMerchantID: String
{
return "merchant.tap.gosell"
Expand Down
7 changes: 2 additions & 5 deletions Example/goSellSDKExample/Supporting Files/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ internal class AppDelegate: UIResponder, UIApplicationDelegate {

Serializer.markAllCustomersAsSandboxIfNotYet()

/*GoSellSDK.secretKey = SecretKey(sandbox: "sk_test_kovrMB0mupFJXfNZWx6Etg5y",
production: "sk_live_QglH8V7Fw6NPAom4qRcynDK2")*/

GoSellSDK.secretKey = SecretKey(sandbox: "sk_test_cvSHaplrPNkJO7dhoUxDYjqA",
production: "sk_live_V4UDhitI0r7sFwHCfNB6xMKp")
GoSellSDK.secretKey = SecretKey(sandbox: "sk_test_*********",
production: "sk_live_*********")
}

internal func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
Expand Down

0 comments on commit c68d431

Please sign in to comment.