We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248202b commit 44a729fCopy full SHA for 44a729f
README.md
@@ -71,7 +71,8 @@ $client->customers()->remove($customerId);
71
72
##### List a customer's packages
73
```php
74
-$packages = $client->customers()->listPackages();
+$customerId = 42;
75
+$packages = $client->customers()->listPackages($customerId);
76
```
77
Returns an array of customer packages.
78
0 commit comments