existingPaymentWasFound property

  1. @override
String get existingPaymentWasFound
override

No description provided for @existingPaymentWasFound.

In en, this message translates to: 'An existing pending payment was found. Please wait for the previous payment to be processed.'

Implementation

@override
String get existingPaymentWasFound =>
    'An existing pending payment was found. Please wait for the previous payment to be processed.';