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 56e3978 commit 6603da5Copy full SHA for 6603da5
src/Models/Subscription.php
@@ -22,7 +22,7 @@ class Subscription extends BaseModel
22
protected function notes($subscription_id, $options = [])
23
{
24
return Query::init()
25
- ->setEndpoint("subscription/{$subscription_id}/notes")
+ ->setEndpoint("subscriptions/{$subscription_id}/notes")
26
->all($options);
27
}
28
0 commit comments