From 53e0448b737d0d369f316d93d704a33707180753 Mon Sep 17 00:00:00 2001 From: Gusb3ll Date: Mon, 7 Aug 2023 13:29:37 +0700 Subject: [PATCH] fix: change opt --- src/lib/GBPrimePay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/GBPrimePay.ts b/src/lib/GBPrimePay.ts index 6d54dd9..15d8607 100644 --- a/src/lib/GBPrimePay.ts +++ b/src/lib/GBPrimePay.ts @@ -139,7 +139,7 @@ export class GBPrimePay { const r = await this.$http.postForm( GBPrimePayApiUrl[channel], - options + opt ) if (!this.raw) {