Skip to content

Commit 6603da5

Browse files
committed
Fix typo in notes endpoint
1 parent 56e3978 commit 6603da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Subscription extends BaseModel
2222
protected function notes($subscription_id, $options = [])
2323
{
2424
return Query::init()
25-
->setEndpoint("subscription/{$subscription_id}/notes")
25+
->setEndpoint("subscriptions/{$subscription_id}/notes")
2626
->all($options);
2727
}
2828

0 commit comments

Comments
 (0)