Home
last modified time | relevance | path

Searched refs:testEnv (Results 1 – 24 of 24) sorted by relevance

/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/pushprovisioning/
H A DPushProvisioningUtils.swift15 testEnv: Bool
24 isTestMode: testEnv)
H A DAddToWalletButtonView.swift16 @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 DAddToWalletButtonManager.m13 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(testEnv, BOOL) category
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/pushprovisioning/
H A DAddToWalletButtonView.swift16 @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 DPushProvisioningUtils.swift14 testEnv: Bool,
18 if (!canAddPaymentPass(isTestMode: testEnv)) {
H A DAddToWalletButtonManager.m13 RCT_EXPORT_VIEW_PROPERTY(testEnv, BOOL) category
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/PushProvisioning/
H A DAddToWalletButtonView.swift16 @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 DPushProvisioningUtils.swift14 testEnv: Bool,
18 if (!canAddPaymentPass(isTestMode: testEnv)) {
H A DAddToWalletButtonManager.m13 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(testEnv, BOOL) category
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/pushprovisioning/
H A DAddToWalletButtonView.swift16 @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 DPushProvisioningUtils.swift15 testEnv: Bool,
25 isTestMode: testEnv)
H A DAddToWalletButtonManager.m13 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 DGooglePayFragment.kt39 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 DPaymentSheetFragment.kt282 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 DGooglePayFragment.kt39 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 DPaymentSheetFragment.kt209 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 DGooglePayFragment.kt39 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 DPaymentSheetFragment.kt287 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 DGooglePayFragment.kt39 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 DPaymentSheetFragment.kt217 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 DStripeSdk.swift1026 testEnv: params["testEnv"] as? Bool ?? false)
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DStripeSdk.swift1023 testEnv: params["testEnv"] as? Bool ?? false,
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DStripeSdk.swift1023 testEnv: params["testEnv"] as? Bool ?? false,
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DStripeSdk.swift1125 testEnv: params["testEnv"] as? Bool ?? false,