测试修复15分钟bug
This commit is contained in:
@@ -38,7 +38,7 @@ export function usePaymentPolling() {
|
||||
|
||||
checkingPayment.value = true
|
||||
try {
|
||||
const updated = await queryOrderPayment(activePayment.value.id)
|
||||
const updated = await queryOrderPayment(activePayment.value.order_id)
|
||||
if (updated.paid) {
|
||||
stopPaymentPolling()
|
||||
onSuccess?.()
|
||||
|
||||
Reference in New Issue
Block a user