diff --git a/package.json b/package.json index 08ee7471..64e190e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawk.api", - "version": "1.1.23", + "version": "1.1.24", "main": "index.ts", "license": "UNLICENSED", "scripts": { diff --git a/src/billing/cloudpayments.ts b/src/billing/cloudpayments.ts index b19d1afc..1c5150f7 100644 --- a/src/billing/cloudpayments.ts +++ b/src/billing/cloudpayments.ts @@ -714,6 +714,10 @@ status: ${body.Status}` * No need to send error */ + res.json({ + code: RecurrentCodes.SUCCESS, + } as RecurrentResponse); + return; }