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