We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee02906 commit 92628e7Copy full SHA for 92628e7
ui/src/main/java/io/snabble/sdk/ui/payment/Datatrans.kt
@@ -143,7 +143,7 @@ class Datatrans {
143
}
144
145
transaction.options.appCallbackScheme = "snabble"
146
- transaction.options.isTesting = tokenizationResponse.isTesting ?: false
+ transaction.options.isTesting = tokenizationResponse.isTesting ?: true
147
transaction.options.useCertificatePinning = true
148
TransactionRegistry.startTransaction(activity, transaction)
149
0 commit comments