Add error handling for PayPal decline codes.

This commit is contained in:
Alex Hart
2023-09-29 15:40:43 -03:00
committed by Cody Henthorne
parent f5ee7160cb
commit e9a616c68d
2 changed files with 12 additions and 2 deletions

View File

@@ -4849,6 +4849,8 @@
<!-- Stripe decline code generic_failure -->
<string name="DeclineCode__try_another_payment_method_or_contact_your_bank">Try another payment method or contact your bank for more information.</string>
<!-- PayPal decline code for payment declined -->
<string name="DeclineCode__try_another_payment_method_or_contact_your_bank_for_more_information_if_this_was_a_paypal">Try another payment method or contact your bank for more information. If this was a PayPal transaction contact PayPal.</string>
<!-- Stripe decline code verify on Google Pay and try again -->
<string name="DeclineCode__verify_your_payment_method_is_up_to_date_in_google_pay_and_try_again">Verify your payment method is up to date in Google Pay and try again.</string>
<!-- Stripe decline code learn more action label -->