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 4de085d commit 6a894b7Copy full SHA for 6a894b7
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