Skip to content

Commit 0cf7aad

Browse files
Set enabledPaymentDetailsConsentCheckbox to false to get verufy to work
1 parent 0a517d8 commit 0cf7aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example-app.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
buildSettings = {
772772
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
773773
CODE_SIGN_STYLE = Automatic;
774-
DEVELOPMENT_TEAM = MUD77FXNE9;
774+
DEVELOPMENT_TEAM = "";
775775
INFOPLIST_FILE = "Example-app-UITests/Info.plist";
776776
LD_RUNPATH_SEARCH_PATHS = (
777777
"$(inherited)",

Example-app/Views/StandaloneUrlView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ struct StandaloneUrlView: View {
412412
isFocused = false
413413

414414
viewModel.isLoadingNativePayment = true
415-
viewModel.nativePayment?.makeNativePaymentAttempt(instrument: .newCreditCard(enabledPaymentDetailsConsentCheckbox: true))
415+
viewModel.nativePayment?.makeNativePaymentAttempt(instrument: .newCreditCard(enabledPaymentDetailsConsentCheckbox: false))
416416
} label: {
417417
Text("stand_alone_url_payment_new_credit_card")
418418
.smallFont()

0 commit comments

Comments
 (0)