Skip to content

Commit

Permalink
Fix Doc - Set Redirect URL to optional parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rootchips committed Jun 26, 2020
1 parent ef1d233 commit 05d97d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,9 @@ $response = $bill->create(
null,
'Michael API V3',
\Duit\MYR::given(200),
['callback_url' => 'http://example.com/webhook/', 'redirect_url' => 'http://example.com/redirect/'],
'Maecenas eu placerat ante.'
'http://example.com/webook/',
'Maecenas eu placerat ante.',
['redirect_url' => 'http://example.com/redirect/']
);

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

0 comments on commit 05d97d9

Please sign in to comment.