We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2ba24 commit 4de085dCopy full SHA for 4de085d
src/services/PaymentService.js
@@ -84,7 +84,7 @@ async function createChallenge (challenge, token) {
84
85
if (challenge.billingAccountId) {
86
body.billing = {
87
- billingAccountId: challenge.billingAccountId,
+ billingAccountId: _.toString(challenge.billingAccountId),
88
markup: 0 // for TaaS payments we always use 0 markup
89
}
90
0 commit comments