Skip to content

Commit d389f82

Browse files
committed
Update cloudpayments.ts
1 parent f8ee7d3 commit d389f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/billing/cloudpayments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export default class CloudPaymentsWebhooks {
363363
}
364364

365365
if (data.isCardLinkOperation && (!data.userId || !data.workspaceId)) {
366-
this.sendError(res, PayCodes.SUCCESS, '[Billing / Pay] No workspace of user id in card linking request body', req.body);
366+
this.sendError(res, PayCodes.SUCCESS, '[Billing / Pay] No workspace or user id in request body', req.body);
367367

368368
return;
369369
}

0 commit comments

Comments
 (0)