paymentSuccessfulAmount abstract method
Payment success message with amount
In en, this message translates to: 'Payment successful! Amount: {currency} {amount}'
Implementation
String paymentSuccessfulAmount(String currency, String amount);
Payment success message with amount
In en, this message translates to: 'Payment successful! Amount: {currency} {amount}'
String paymentSuccessfulAmount(String currency, String amount);