Skip to content

Commit 21eabde

Browse files
Merge pull request #496 from codex-team/fix/recurrent-webhook
fix(payments): recurrent webhook
2 parents bd40e84 + ca99ceb commit 21eabde

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.23",
3+
"version": "1.1.24",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {

src/billing/cloudpayments.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,10 @@ status: ${body.Status}`
714714
* No need to send error
715715
*/
716716

717+
res.json({
718+
code: RecurrentCodes.SUCCESS,
719+
} as RecurrentResponse);
720+
717721
return;
718722
}
719723

0 commit comments

Comments
 (0)