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 3c51d4b commit 9e2367dCopy full SHA for 9e2367d
1 file changed
src/Auth/UsesSubscriptions.php
@@ -73,6 +73,6 @@ public function cancelSubscription(): bool
73
return true;
74
}
75
76
- return billing()->cancelSubcription($subscription['subscription_id']);
+ return billing()->cancelSubscription($subscription['subscription_id']);
77
78
0 commit comments