paymentFailed abstract method

String paymentFailed(
  1. String message
)

Error message when payment fails

In en, this message translates to: 'Payment failed: {message}'

Implementation

String paymentFailed(String message);