Testing config to access params

This commit is contained in:
Mitchell Magro 2026-01-13 14:25:44 +01:00
parent 08918c6c10
commit fb79298d31

View File

@ -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([