CALCOM-7895 - [CAL-1320] remove "application_fee_amount" for all regions (#7933)

This commit is contained in:
GitStart-Cal.com 2023-04-11 16:16:43 +00:00 committed by GitHub
parent ec8e08d442
commit ae8706316f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,6 @@ export class PaymentService implements IAbstractPaymentService {
amount: payment.amount,
currency: this.credentials.default_currency,
payment_method_types: ["card"],
application_fee_amount: paymentFee,
};
const paymentIntent = await this.stripe.paymentIntents.create(params, {