diff --git a/src/features/cashier/services/CashierService.ts b/src/features/cashier/services/CashierService.ts index 1bc69a9..fb0a08a 100644 --- a/src/features/cashier/services/CashierService.ts +++ b/src/features/cashier/services/CashierService.ts @@ -59,7 +59,8 @@ class CashierService { if (method) { try { const config = getCashierConfig(); - const paymentType = config.paymentType || 'withdrawal'; + console.log('config', config); + const paymentType = config.paymentType || 'deposit'; // Fetch form metadata and currencies for the selected method in parallel const [formMetadataData, currenciesData] = await Promise.all([