Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the `create()` bill parameters, `$description` before `$optional[]` array. Hope the amend is correct.
  • Loading branch information
abdusfauzi committed Jun 26, 2020
1 parent f53c1e4 commit 81876af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ $response = $bill->create(
null,
'Michael API V3',
\Duit\MYR::given(200),
'http://example.com/webhook/',
'Maecenas eu placerat ante.'
'Maecenas eu placerat ante.',
[], // optional.
);

var_dump($response->toArray());
Expand Down

0 comments on commit 81876af

Please sign in to comment.