paymentSuccessfulAmount abstract method

String paymentSuccessfulAmount(
  1. String currency,
  2. String amount
)

Payment success message with amount

In en, this message translates to: 'Payment successful! Amount: {currency} {amount}'

Implementation

String paymentSuccessfulAmount(String currency, String amount);