Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 10, 2021
1 parent 54a02b4 commit 9ea4793
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ $payment = new QrPayment();
$payment
->setAmount(100)
->setComment('payment')
->setConstantSymbol(123)
->setConstantSymbol('123')
->setCountry('SK')
->setCurrency('EUR')
->setDueDate(new DateTime('+1 week'))
->setInternalId('456')
->setPayeeName('John Doe')
->setSpecificSymbol(789)
->setVariableSymbol(012)
->setSpecificSymbol('789')
->setVariableSymbol('012')
->setXzBinary('/path/to/xz')
->setIbans([
new IBAN('SK01234567890123456')
Expand Down Expand Up @@ -199,7 +199,7 @@ $payment = new QrPayment(new IBAN('SK6807200002891987426353'));

$payment
->setAmount(500)
->setVariableSymbol(123456)
->setVariableSymbol('123456')
->setDueDate(new DateTime('+1 week'))
;

Expand Down

0 comments on commit 9ea4793

Please sign in to comment.