Skip to content

Commit 4de085d

Browse files
BA is to string [skip ci]
BA is to string [skip ci]
1 parent 9c2ba24 commit 4de085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/PaymentService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function createChallenge (challenge, token) {
8484

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

0 commit comments

Comments
 (0)