paymentStatusTransition method

Future<Map> paymentStatusTransition(
  1. String token,
  2. String paymentId,
  3. String? failureType,
  4. String nextStatus,
)

Implementation

Future<Map> paymentStatusTransition(
    String token, String paymentId, String? failureType, String nextStatus) {
  throw UnimplementedError(
      "Payment Status Transition has not been implemented");
}