diff --git a/locksmith/src/payment/paymentProcessor.ts b/locksmith/src/payment/paymentProcessor.ts index 38dce1a97fe..8284c74e427 100644 --- a/locksmith/src/payment/paymentProcessor.ts +++ b/locksmith/src/payment/paymentProcessor.ts @@ -221,7 +221,7 @@ export class PaymentProcessor { application_fee_amount: !applicationFeeNotSupportedCountries.includes( account.country?.trim() || '' ) - ? pricing.unlockServiceFee + pricing.gasCost + ? Math.ceil(pricing.unlockServiceFee + pricing.gasCost) : undefined, } if (connectedCustomer.email) {