Skip to content

Commit b26f1f9

Browse files
nkumar-topcodermaxceem
authored andcommittedMay 20, 2021
BA number to string
1 parent 4484412 commit b26f1f9

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
@@ -85,7 +85,7 @@ async function createChallenge (challenge, token) {
8585
if (challenge.billingAccountId) {
8686
body.billing = {
8787
billingAccountId: _.toString(challenge.billingAccountId),
88-
markup: 0 // for TaaS payments we always use 0 markup
88+
markup: 0 // for TaaS payments we always use 0 markup
8989
}
9090
}
9191
try {

0 commit comments

Comments
 (0)
Please sign in to comment.