We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df491df commit fbf70b4Copy full SHA for fbf70b4
README.md
@@ -17,7 +17,7 @@ You must specify two things before beginning to use the API:
17
$client = new Whitecube\MultiSafepay\Client('production', 'your-api-key');
18
19
// Example: Get an existing order
20
-$order = $client->orders()->show('order-id');
+$order = $client->orders()->fetch('order-id');
21
```
22
23
### Orders
@@ -82,4 +82,4 @@ $client->orders()->update('order-id', [
82
'status' => 'completed',
83
//...
84
]);
85
-```
+```
0 commit comments