TP-65692 | Payment Link fix

This commit is contained in:
yashmantri
2024-09-30 17:02:28 +05:30
parent f1c7b5e47b
commit 8bc80d5e80

View File

@@ -137,7 +137,7 @@ const OnlinePayment: React.FC<IOnlinePayment> = ({
maxAmount
)}`;
case 'validate':
errorMessage = 'Please enter a valid number';
errorMessage = 'Please enter a valid amount';
break;
}
const isPaymentButtonDisabled = !isValid || !isOnline;