Skip to content

Commit

Permalink
Replace iban in example with qr-iban
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Feb 6, 2019
1 parent e37e02d commit a5feeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

$qrBill->setCreditorInformation(
QrBill\DataGroup\Element\CreditorInformation::create(
'CH9300762011623852957'
'CH4431999123000889012'
));

// Add debtor information
Expand Down

0 comments on commit a5feeb9

Please sign in to comment.