Skip to content

Commit fa4dae0

Browse files
committed
Update cloudpayments.ts
1 parent a0199b9 commit fa4dae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/billing/cloudpayments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ subscription id: ${body.SubscriptionId}`;
523523
*/
524524
if (!data.isCardLinkOperation) {
525525
if (!data.tariffPlanId) {
526-
this.sendError(res, FailCodes.SUCCESS, `[Billing / Fail] No plan id in request body`, body);
526+
this.sendError(res, FailCodes.SUCCESS, `[Billing / Fail] No tariffPlanId in request body`, body);
527527

528528
return;
529529
}

0 commit comments

Comments
 (0)