Portalum / Portalum.Zvt

A .NET Zvt Library for Payment Terminals (C#)
MIT License
88 stars 36 forks source link

Suppressing the receipt printout #45

Closed mauveSchlueter closed 6 months ago

mauveSchlueter commented 6 months ago

NuGet Package Version

No response

Payment service provider

PAYONE

Payment terminal

ingenico Move/3500

Communication Logs

No response

More information

Is there any possibility to suppress the printout of the merchant receipt? We want to print the merchant receipt on a dedicated receipt printer and therefore have no need for the receipt printed by the terminal.

tinohager commented 6 months ago

https://github.com/Portalum/Portalum.Zvt/blob/f7e5607836f0018c473558794e2b46eecb5a78c9/src/Portalum.Zvt/RegistrationConfig.cs#L15

mauveSchlueter commented 6 months ago

Thanks a lot for the quick reply, this is exactly what I was looking for!