getPaymentStatus method
Get payment status
Implementation
Future<PaymentResponse> getPaymentStatus(String reference) {
throw UnimplementedError('getPaymentStatus() has not been implemented.');
}
Get payment status
Future<PaymentResponse> getPaymentStatus(String reference) {
throw UnimplementedError('getPaymentStatus() has not been implemented.');
}