whatwedo / EsrBundle

Symfony2 bundle for creating orange inpayment slip PDF's with support for swiss QR invoices
MIT License
12 stars 2 forks source link

make customerIdentificationNumber nullable for postfinance customers #7

Closed disperate closed 2 years ago

disperate commented 2 years ago

PostFinance customers do not have a customerIdentificationNumber. Currently, 0 is used as a default if the customerIdentificationNumber is not set.

When providing the value 0 to QrPaymentReferenceGenerator::generate() the code generation fails. null should be used according to the Swiss QR Bill example.