File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 10261026 repositoryURL = "https://github.com/SwedbankPay/swedbank-pay-sdk-ios.git";
10271027 requirement = {
10281028 kind = upToNextMajorVersion;
1029- minimumVersion = 5.0.0 ;
1029+ minimumVersion = " 5.0.1-rc.2" ;
10301030 };
10311031 };
10321032/* End XCRemoteSwiftPackageReference section */
Original file line number Diff line number Diff line change 3030"stand_alone_url_payment_web" = "Get payment menu";
3131"stand_alone_url_payment_web_restricted" = "Get payment menu\nRestricted to non native";
3232"stand_alone_url_payment_apple_pay" = "ApplePay";
33+ "stand_alone_url_payment_apple_pay_can_make_payments %@" = "Can make payments: %@";
34+ "stand_alone_url_payment_apple_pay_using_networks_and_capabilities %@" = "...using networks and capabilities: %@";
3335"stand_alone_url_payment_web_based" = "Web Based";
Original file line number Diff line number Diff line change @@ -421,7 +421,17 @@ struct StandaloneUrlView: View {
421421 . background ( . black)
422422 . cornerRadius ( 30 )
423423 . padding ( . top, 10 )
424- case . applePay:
424+ case . applePay( let canMakePayments, let canMakePaymentsUsingNetworksAndCapabilities) :
425+ VStack ( spacing: 0 ) {
426+ Text ( " stand_alone_url_payment_apple_pay " )
427+ Text ( " stand_alone_url_payment_apple_pay_can_make_payments \( String ( canMakePayments) ) " )
428+ Text ( " stand_alone_url_payment_apple_pay_using_networks_and_capabilities \( String ( canMakePaymentsUsingNetworksAndCapabilities) ) " )
429+ }
430+ . smallFont ( )
431+ . frame ( maxWidth: . infinity)
432+ . accessibilityIdentifier ( " applePayPaymentReadinessLabel " )
433+ . foregroundColor ( . black)
434+
425435 Button {
426436 isFocused = false
427437
Original file line number Diff line number Diff line change 1111"stand_alone_url_payment_base_url" = "Base URL";
1212"stand_alone_url_payment_complete_url" = "Complete URL";
1313"stand_alone_url_payment_cancel_url" = "Cancel URL";
14- "stand_alone_url_payment_checkout_v3" = "Use CheckoutV3 ";
14+ "stand_alone_url_payment_checkout_v3" = "Use Checkout V3 ";
1515"stand_alone_url_payment_payment_url" = "Payment URL";
1616"stand_alone_url_payment_payment_url_scheme" = "swedbankexample://";
1717"stand_alone_url_payment_session_url" = "Session URL";
3030"stand_alone_url_payment_web" = "Get payment menu";
3131"stand_alone_url_payment_web_restricted" = "Get payment menu\nRestricted to non native";
3232"stand_alone_url_payment_apple_pay" = "ApplePay";
33+ "stand_alone_url_payment_apple_pay_can_make_payments %@" = "Can make payments: %@";
34+ "stand_alone_url_payment_apple_pay_using_networks_and_capabilities %@" = "...using networks and capabilities: %@";
3335"stand_alone_url_payment_web_based" = "Web Based";
You can’t perform that action at this time.
0 commit comments