Skip to content

Commit c8cc0aa

Browse files
committed
Fix recurrent webhook
1 parent bd40e84 commit c8cc0aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)