makeGlassPayment method

Future<PaymentResponse> makeGlassPayment({
  1. required double amount,
  2. required MyPosCurrency currency,
  3. bool printMerchantReceipt = true,
  4. bool printCustomerReceipt = true,
  5. String? eReceiptReceiver,
  6. String? reference,
})

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.');
}