Skip to content

Commit fbf70b4

Browse files
authored
Update README.md
1 parent df491df commit fbf70b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You must specify two things before beginning to use the API:
1717
$client = new Whitecube\MultiSafepay\Client('production', 'your-api-key');
1818

1919
// Example: Get an existing order
20-
$order = $client->orders()->show('order-id');
20+
$order = $client->orders()->fetch('order-id');
2121
```
2222

2323
### Orders
@@ -82,4 +82,4 @@ $client->orders()->update('order-id', [
8282
'status' => 'completed',
8383
//...
8484
]);
85-
```
85+
```

0 commit comments

Comments
 (0)