Skip to content

Commit 9d2ece7

Browse files
committed
Fix business operations
1 parent b87cf56 commit 9d2ece7

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
@@ -304,7 +304,7 @@ debug: ${Boolean(workspace.isDebug)}`
304304
status: BusinessOperationStatus.Pending,
305305
payload: {
306306
workspaceId: workspace._id,
307-
amount: +body.Amount,
307+
amount: +body.Amount * PENNY_MULTIPLIER,
308308
currency: body.Currency,
309309
userId: member._id,
310310
tariffPlanId: plan._id,

0 commit comments

Comments
 (0)