Skip to content

Commit 6149e5f

Browse files
Merge pull request #257 from topcoder-platform/hotfix/patch-1.8.0.1
[PROD] Patch 1.8.0.1
2 parents 2ad5544 + b26f1f9 commit 6149e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/PaymentService.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ async function createChallenge (challenge, token) {
8484

8585
if (challenge.billingAccountId) {
8686
body.billing = {
87-
billingAccountId: challenge.billingAccountId,
88-
markup: 0 // for TaaS payments we always use 0 markup
87+
billingAccountId: _.toString(challenge.billingAccountId),
88+
markup: 0 // for TaaS payments we always use 0 markup
8989
}
9090
}
9191
try {

0 commit comments

Comments
 (0)