Skip to content

Commit 141302b

Browse files
authored
Update payment_checker.go
1 parent ab9e4b7 commit 141302b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qris/payment_checker.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (q *QRIS) CheckPaymentStatus(reference string, amount int64) (*PaymentStatu
5959
}
6060

6161
// Create API URL
62-
url := "https://ftvpn.me/api/mutasi"
62+
url := "https://sawargipay.net/api/mutasi"
6363
log.Printf("Checking payment status for amount: %d", amount)
6464

6565
// Create request body
@@ -187,4 +187,4 @@ func (q *QRIS) CheckPaymentStatus(reference string, amount int64) (*PaymentStatu
187187
Amount: amount,
188188
Reference: reference,
189189
}, nil
190-
}
190+
}

0 commit comments

Comments
 (0)