Add payment pages.

This commit is contained in:
Yang Luo
2022-02-05 01:18:13 +08:00
parent db44957b1f
commit 940aa2bc2d
18 changed files with 898 additions and 1 deletions

View File

@ -137,6 +137,20 @@ const otherProviderInfo = {
url: "https://www.keycloak.org/"
},
},
Payment: {
"Alipay": {
logo: `${StaticBaseUrl}/img/payment_alipay.png`,
url: "https://www.alipay.com/"
},
"WeChat Pay": {
logo: `${StaticBaseUrl}/img/payment_wechat_pay.png`,
url: "https://pay.weixin.qq.com/"
},
"PayPal": {
logo: `${StaticBaseUrl}/img/payment_paypal.png`,
url: "https://www.paypal.com/"
},
},
};
export function getProviderLogo(provider) {