getnet_payments 1.1.0
getnet_payments: ^1.1.0 copied to clipboard
getnet_payments é um plugin que fornece integração com as máquinas de pagamento da empresa Getnet.
1.0.0 - 2025-03-09 #
0.0.4 - 2025-01-23 #
Added #
- Communication with POS Hardware (Only Printer).
- Method to reprint the last receipt.
0.0.2 - 2025-01-22 #
Added #
creditType
param to payment method.- new subclasses in Transaction class.
- refund feature.
Example :
GetnetPayments.deeplink.refund(
amount: '000000001256',
transactionDate: DateTime.now(),
cvNumber: '123',
);
0.0.1 - 2025-01-18 #
- Initial version.