From 1206dd6877230ad20ca0fc6e7711114ad215a963 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 10 Jan 2026 00:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0paypal=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/BuyPrepaidCreditsPayPal.vue | 109 ++++++++++++++++++ .../components/billing/PrepaidCreditsForm.vue | 89 +++++++++++++- 2 files changed, 195 insertions(+), 3 deletions(-) create mode 100644 dashboard/src/components/BuyPrepaidCreditsPayPal.vue diff --git a/dashboard/src/components/BuyPrepaidCreditsPayPal.vue b/dashboard/src/components/BuyPrepaidCreditsPayPal.vue new file mode 100644 index 0000000..e5e1f36 --- /dev/null +++ b/dashboard/src/components/BuyPrepaidCreditsPayPal.vue @@ -0,0 +1,109 @@ + + + + + \ No newline at end of file diff --git a/dashboard/src/components/billing/PrepaidCreditsForm.vue b/dashboard/src/components/billing/PrepaidCreditsForm.vue index f287134..9d195f6 100644 --- a/dashboard/src/components/billing/PrepaidCreditsForm.vue +++ b/dashboard/src/components/billing/PrepaidCreditsForm.vue @@ -19,7 +19,7 @@
{{ $t('Payment Method') }}
-
+
+
- {{ $t('Pay with {method}, fast and convenient. Balance will be credited immediately after successful payment.', { method: paymentGateway === 'Alipay' ? $t('Alipay') : $t('WeChat Pay') }) }} + {{ $t('Pay with {method}, fast and convenient. Balance will be credited immediately after successful payment.', { method: paymentGateway === 'Alipay' ? $t('Alipay') : paymentGateway === 'WeChatPay' ? $t('WeChat Pay') : $t('PayPal') }) }}
+ +