From c8cc0aad9bafeadca5a13c8647a1f43bb65b50f6 Mon Sep 17 00:00:00 2001 From: Tanya Fomina Date: Mon, 16 Jun 2025 22:42:02 +0300 Subject: [PATCH 1/2] Fix recurrent webhook --- src/billing/cloudpayments.ts | 4 ++++ 1 file changed, 4 insertions(+) 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; } From ca99ceb2fd950d79b840a84bd417e03803b9d781 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:43:06 +0000 Subject: [PATCH 2/2] Bump version up to 1.1.24 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {