makeGlassPayment method
Implementation
Future<PaymentResponse> makeGlassPayment({
required double amount,
required MyPosCurrency currency,
bool printMerchantReceipt = true,
bool printCustomerReceipt = true,
String? eReceiptReceiver,
String? reference,
}) {
throw UnimplementedError('makePayment(paymentInfo) has not been implemented.');
}