init method
Implementation
void init(String paymentRef) {
_paymentService = PaymentService(baseUrl, endpointMode);
paymentReference = paymentRef;
getTransactionInfo();
rebuildUi();
}
void init(String paymentRef) {
_paymentService = PaymentService(baseUrl, endpointMode);
paymentReference = paymentRef;
getTransactionInfo();
rebuildUi();
}