CALCOM-7895 - [CAL-1320] remove "application_fee_amount" for all regions (#7933)
parent
ec8e08d442
commit
ae8706316f
|
@ -61,7 +61,6 @@ export class PaymentService implements IAbstractPaymentService {
|
||||||
amount: payment.amount,
|
amount: payment.amount,
|
||||||
currency: this.credentials.default_currency,
|
currency: this.credentials.default_currency,
|
||||||
payment_method_types: ["card"],
|
payment_method_types: ["card"],
|
||||||
application_fee_amount: paymentFee,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const paymentIntent = await this.stripe.paymentIntents.create(params, {
|
const paymentIntent = await this.stripe.paymentIntents.create(params, {
|
||||||
|
|
Loading…
Reference in New Issue