File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)",
Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments