1
This commit is contained in:
@@ -617,7 +617,7 @@ const AppLayout: React.FC = () => {
|
||||
try {
|
||||
setPaying(true);
|
||||
const order = await createRechargeOrder(plan.id, paymentMethod);
|
||||
if (paymentMethod === 'alipay' && order.qr_url) {
|
||||
if (order.payment_method === 'alipay' && order.qr_url) {
|
||||
// Alipay: show the real QR code URL from the backend
|
||||
setCurrentPaymentInfo({
|
||||
price: plan.price,
|
||||
|
||||
Reference in New Issue
Block a user