File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ $customerId = 42;
102102$packages = [
103103 [
104104 'name' => 'acme-website/package',
105- 'versionConstraint' => '^1.0 | ^2.0', // optional version constraint to limit updades the customer receives
106- 'expirationDate' => (new \DateTime())->add(new \DateInterval('P1Y'))->format('c'), // optional expiration date to limit updades the customer receives
105+ 'versionConstraint' => '^1.0 | ^2.0', // optional version constraint to limit updates the customer receives
106+ 'expirationDate' => (new \DateTime())->add(new \DateInterval('P1Y'))->format('c'), // optional expiration date to limit updates the customer receives
107107 ],
108108];
109109$packages = $client->customers()->addOrUpdatePackages($customerId, $packages);
110110```
111- Returns an array of added customer packages.
111+ Returns an array of all added or updated customer packages.
112112
113113##### Revoke access to a package from a customer
114114``` php
You can’t perform that action at this time.
0 commit comments