Skip to content

Commit

Permalink
Merge pull request #241 from mydnic/patch-1
Browse files Browse the repository at this point in the history
Update mollie_connect documentation to reflect v3 change
  • Loading branch information
Naoray authored Apr 12, 2024
2 parents dfbb184 + 607d1af commit 735f683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mollie_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Route::get('login_callback', function () {

Mollie::api()->setAccessToken($user->token);

return Mollie::api()->profiles()->page(); // Retrieve payment profiles available on the obtained Mollie account
return Mollie::api()->profiles->page(); // Retrieve payment profiles available on the obtained Mollie account
});
```

0 comments on commit 735f683

Please sign in to comment.