Fix fee amount for Tremendous PayPal (#4720)

This commit is contained in:
Prospector
2025-11-04 17:51:07 -08:00
committed by GitHub
parent 23d098eee5
commit 3437387885
4 changed files with 9 additions and 5 deletions

View File

@@ -480,7 +480,7 @@ export function createWithdrawContext(
label: paymentMethodMessages.paypalInternational,
icon: PayPalColorIcon,
methodId: internationalPaypalMethod.id,
fee: '≈ 6%, max $25',
fee: '≈ 3.84%',
type: 'tremendous',
})
}

File diff suppressed because one or more lines are too long