Skip to content

Commit

Permalink
Merge branch '4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jul 29, 2020
2 parents ad41e9b + 58f1f4a commit 0ddace8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: crynobone
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
liberapay: crynobone
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ["https://paypal.me/crynobone"]
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ $response = $bill->create(
'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 Expand Up @@ -550,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 0ddace8

Please sign in to comment.