paymentSuccessfulAmount method
Payment success message with amount
In en, this message translates to: 'Payment successful! Amount: {currency} {amount}'
Implementation
@override
String paymentSuccessfulAmount(String currency, String amount) {
return '支払い成功!金額: $currency $amount';
}