authorizePaymentWithOrderResponse method

dynamic authorizePaymentWithOrderResponse(
  1. String url,
  2. Map parameters,
  3. String successReturnUrl,
  4. String cancelReturnUrl,
)

Implementation

authorizePaymentWithOrderResponse(String url, Map<dynamic, dynamic> parameters, String successReturnUrl, String cancelReturnUrl) {
  throw UnimplementedError(
      'authorizePaymentWithOrderResponse() has not been implemented.');
}