verifyPayment method
Verify a payment transaction
Implementation
Future<PaymentResponse> verifyPayment(String reference) {
throw UnimplementedError('verifyPayment() has not been implemented.');
}
Verify a payment transaction
Future<PaymentResponse> verifyPayment(String reference) {
throw UnimplementedError('verifyPayment() has not been implemented.');
}