TP-65692 | Payment Link fix

This commit is contained in:
yashmantri
2024-09-30 18:05:27 +05:30
parent 8bc80d5e80
commit 4c80aa1237

View File

@@ -136,6 +136,7 @@ const OnlinePayment: React.FC<IOnlinePayment> = ({
errorMessage = `The entered amount should be between ${formatAmount(1)} and ${formatAmount(
maxAmount
)}`;
break;
case 'validate':
errorMessage = 'Please enter a valid amount';
break;