parsePaymentResponse abstract method

PaymentResponse parsePaymentResponse(
  1. Map<String, dynamic> response
)

Parse provider-specific response into standardized PaymentResponse

Implementation

PaymentResponse parsePaymentResponse(Map<String, dynamic> response);