We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd40e84 + ca99ceb commit 21eabdeCopy full SHA for 21eabde
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.23",
+ "version": "1.1.24",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
src/billing/cloudpayments.ts
@@ -714,6 +714,10 @@ status: ${body.Status}`
714
* No need to send error
715
*/
716
717
+ res.json({
718
+ code: RecurrentCodes.SUCCESS,
719
+ } as RecurrentResponse);
720
+
721
return;
722
}
723
0 commit comments