diff --git a/app/models/payments.js b/app/models/payments.js index 777dc5ef41..26a34e5e82 100644 --- a/app/models/payments.js +++ b/app/models/payments.js @@ -136,7 +136,9 @@ const Payments = new mongoose.Schema({ 'sepa_debit', 'sofort', 'us_bank_account', - 'wechat_pay' + 'wechat_pay', + 'cashapp', + 'amazon_pay' ] }, // this is the duration of time added diff --git a/app/views/_footer.pug b/app/views/_footer.pug index 69916efff4..8b3442c901 100644 --- a/app/views/_footer.pug +++ b/app/views/_footer.pug @@ -89,6 +89,10 @@ footer.mt-auto li.list-inline-item i.fab.fa-google-pay = " Google Pay" + li.list-inline-item + i.fab.fa-amazon-pay + = " Amazon Pay" + li.list-inline-item Cash App li.list-inline-item Link li.list-inline-item Bancontact li.list-inline-item EPS diff --git a/app/views/my-account/domains/billing.pug b/app/views/my-account/domains/billing.pug index ec0ca90983..a07008f5dd 100644 --- a/app/views/my-account/domains/billing.pug +++ b/app/views/my-account/domains/billing.pug @@ -141,7 +141,7 @@ block body data-confirm-type="info", data-confirm-show-cancel-button="false", data-confirm-prompt-title=t("Payment Methods"), - data-confirm-prompt-html=t("We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, and ACH Direct Debit.") + data-confirm-prompt-html=t("We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, and ACH Direct Debit.") ) i.fa.fa-info-circle .form-check.form-check-inline.mr-0.no-js