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 4484412 commit b26f1f9Copy full SHA for b26f1f9
src/services/PaymentService.js
@@ -85,7 +85,7 @@ async function createChallenge (challenge, token) {
85
if (challenge.billingAccountId) {
86
body.billing = {
87
billingAccountId: _.toString(challenge.billingAccountId),
88
- markup: 0 // for TaaS payments we always use 0 markup
+ markup: 0 // for TaaS payments we always use 0 markup
89
}
90
91
try {
0 commit comments