| /expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/pushprovisioning/ |
| H A D | PushProvisioningUtils.swift | 15 testEnv: Bool 24 isTestMode: testEnv)
|
| H A D | AddToWalletButtonView.swift | 16 @objc var testEnv: Bool = false variable 52 …Identifier: cardDetails?["primaryAccountIdentifier"] as? String ?? "", isTestMode: self.testEnv)) { in beginPushProvisioning() 93 …return self.testEnv ? STPFakeAddPaymentPassViewController(requestConfiguration: config, delegate: … in beginPushProvisioning()
|
| H A D | AddToWalletButtonManager.m | 13 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(testEnv, BOOL) category
|
| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/pushprovisioning/ |
| H A D | AddToWalletButtonView.swift | 16 @objc var testEnv: Bool = false variable 42 if (!PushProvisioningUtils.canAddPaymentPass(isTestMode: self.testEnv)) { in beginPushProvisioning() 83 …return self.testEnv ? STPFakeAddPaymentPassViewController(requestConfiguration: config, delegate: … in beginPushProvisioning()
|
| H A D | PushProvisioningUtils.swift | 14 testEnv: Bool, 18 if (!canAddPaymentPass(isTestMode: testEnv)) {
|
| H A D | AddToWalletButtonManager.m | 13 RCT_EXPORT_VIEW_PROPERTY(testEnv, BOOL) category
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/PushProvisioning/ |
| H A D | AddToWalletButtonView.swift | 16 @objc var testEnv: Bool = false variable 42 if (!PushProvisioningUtils.canAddPaymentPass(isTestMode: self.testEnv)) { in beginPushProvisioning() 83 …return self.testEnv ? STPFakeAddPaymentPassViewController(requestConfiguration: config, delegate: … in beginPushProvisioning()
|
| H A D | PushProvisioningUtils.swift | 14 testEnv: Bool, 18 if (!canAddPaymentPass(isTestMode: testEnv)) {
|
| H A D | AddToWalletButtonManager.m | 13 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(testEnv, BOOL) category
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/pushprovisioning/ |
| H A D | AddToWalletButtonView.swift | 16 @objc var testEnv: Bool = false variable 42 …Identifier: cardDetails?["primaryAccountIdentifier"] as? String ?? "", isTestMode: self.testEnv)) { in beginPushProvisioning() 83 …return self.testEnv ? STPFakeAddPaymentPassViewController(requestConfiguration: config, delegate: … in beginPushProvisioning()
|
| H A D | PushProvisioningUtils.swift | 15 testEnv: Bool, 25 isTestMode: testEnv)
|
| H A D | AddToWalletButtonManager.m | 13 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(testEnv, BOOL) category
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | GooglePayFragment.kt | 39 val testEnv = arguments?.getBoolean("testEnv") in onViewCreated() constant 55 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated() 70 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated()
|
| H A D | PaymentSheetFragment.kt | 282 val testEnv = params.getBoolean("testEnv") in <lambda>() constant 285 …environment = if (testEnv) PaymentSheet.GooglePayConfiguration.Environment.Test else PaymentSheet.… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | GooglePayFragment.kt | 39 val testEnv = arguments?.getBoolean("testEnv") in onViewCreated() constant 55 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated() 70 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated()
|
| H A D | PaymentSheetFragment.kt | 209 val testEnv = params.getBoolean("testEnv") in <lambda>() constant 212 …environment = if (testEnv) PaymentSheet.GooglePayConfiguration.Environment.Test else PaymentSheet.… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | GooglePayFragment.kt | 39 val testEnv = arguments?.getBoolean("testEnv") in onViewCreated() constant 55 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated() 70 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated()
|
| H A D | PaymentSheetFragment.kt | 287 val testEnv = params.getBoolean("testEnv") in <lambda>() constant 290 …environment = if (testEnv) PaymentSheet.GooglePayConfiguration.Environment.Test else PaymentSheet.… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | GooglePayFragment.kt | 39 val testEnv = arguments?.getBoolean("testEnv") in onViewCreated() constant 55 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated() 70 … environment = if (testEnv == true) GooglePayEnvironment.Test else GooglePayEnvironment.Production, in onViewCreated()
|
| H A D | PaymentSheetFragment.kt | 217 val testEnv = params.getBoolean("testEnv") in <lambda>() constant 220 …environment = if (testEnv) PaymentSheet.GooglePayConfiguration.Environment.Test else PaymentSheet.… in <lambda>()
|
| /expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/ |
| H A D | StripeSdk.swift | 1026 testEnv: params["testEnv"] as? Bool ?? false)
|
| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/ |
| H A D | StripeSdk.swift | 1023 testEnv: params["testEnv"] as? Bool ?? false,
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/ |
| H A D | StripeSdk.swift | 1023 testEnv: params["testEnv"] as? Bool ?? false,
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/ |
| H A D | StripeSdk.swift | 1125 testEnv: params["testEnv"] as? Bool ?? false,
|