Skip to content

Commit

Permalink
add JCB to supported card brands
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 2, 2023
1 parent 07ab70c commit 0964ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/macros/payment-methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"({list_of_card_brands}), or by direct debit of a Euro bank account "
"(for donations in Euro only).",
username=tippee.username,
list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners"],
list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners", "JCB"],
) if tippee.payment_providers == 1 else _(
"Donations to {username} are processed through PayPal.",
username=tippee.username
Expand All @@ -20,7 +20,7 @@
"({list_of_card_brands}), a Euro bank account (SEPA Direct Debit), or "
"a PayPal account.",
username=tippee.username,
list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners"],
list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners", "JCB"],
) }}
% endmacro

Expand Down
2 changes: 1 addition & 1 deletion www/about/faq.spt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ title = _("Frequently Asked Questions")
"well as SEPA Direct Debits (for Euro donations only). If a payment is "
"through PayPal, then it's possible to pay in various ways, however "
"the donor needs to have or create a PayPal account.",
list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners"]
list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners", "JCB"]
) }}</dd>


Expand Down

0 comments on commit 0964ad4

Please sign in to comment.