Add PaypalPaymentProvider

This commit is contained in:
Yang Luo
2023-05-30 19:57:30 +08:00
parent 02e692a300
commit 4c8648d323
6 changed files with 115 additions and 7 deletions

View File

@ -853,7 +853,7 @@ class ProviderEditPage extends React.Component {
) : null
}
{
this.state.provider.type === "WeChat Pay" ? (
(this.state.provider.type === "Alipay" || this.state.provider.type === "WeChat Pay") ? (
<Row style={{marginTop: "20px"}} >
<Col style={{marginTop: "5px"}} span={(Setting.isMobile()) ? 22 : 2}>
{Setting.getLabel(i18next.t("general:Cert"), i18next.t("general:Cert - Tooltip"))} :