How it works:
{method.instructions.map((instruction, index) => (
{index + 1}
{instruction}
))}
)}
)}
);
})}
{/* Amount Limits Warning */}
{amount > 0 && (
Some payment methods have minimum and maximum amount limits.
{selectedMethod === 'oxxo' && amount > 10000 && (
OXXO Pay has a maximum limit of $10,000 MXN per transaction.
)}