Skip to content

Commit

Permalink
Update mollie_connect.md to reflect v3 change
Browse files Browse the repository at this point in the history
  • Loading branch information
mydnic authored Mar 29, 2024
1 parent 60d0efa commit 607d1af
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 607d1af

Please sign in to comment.