Skip to content

Commit

Permalink
Add clarification to migration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pimm committed Sep 16, 2024
1 parent e2ee4bb commit c81b6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Helper functions which do not provide a significantly simpler API have been remo

## Removed functions from `ApiError`

`getMessage`, `getField`, `getStatusCode` have been removed. Please use `message`, `field`, and `statusCode` instead:
`getMessage`, `getField`, `getStatusCode` have been removed from `ApiError`. Please use `message`, `field`, and `statusCode` instead:
```diff
try {
const payment = await mollieClient.payments.get(…);
Expand Down

0 comments on commit c81b6f7

Please sign in to comment.