aboutsummaryrefslogtreecommitdiff
path: root/src/headless/merchant.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/headless/merchant.ts')
-rw-r--r--src/headless/merchant.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headless/merchant.ts b/src/headless/merchant.ts
index 1da5d5f03..b30e00d8a 100644
--- a/src/headless/merchant.ts
+++ b/src/headless/merchant.ts
@@ -33,7 +33,7 @@ export class MerchantBackendConnection {
orderId: string,
reason: string,
refundAmount: string,
- ): Promise<void> {
+ ): Promise<string> {
const reqUrl = new URL("refund", this.merchantBaseUrl);
const refundReq = {
order_id: orderId,