getPaymentAttempt method

Future<Map> getPaymentAttempt(
  1. String token,
  2. String paymentAttemptId
)

Implementation

Future<Map> getPaymentAttempt(String token, String paymentAttemptId) {
  throw UnimplementedError("Get Payment Attempt has not been implemented");
}