Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Stuursma-Ruwen authored Mar 1, 2017
1 parent fa2a992 commit 58d6728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $payment = mollie::api()->payments()->create([
'customerId' => $customer->id,
'recurringType' => 'first',
'description' => 'My Initial Payment',
'redirectUrl' => https://domain.com/return,
'redirectUrl' => 'https://domain.com/return',
]);
```

Expand Down

0 comments on commit 58d6728

Please sign in to comment.