Laravel\Cashier\Http\Controllers\WebhookController::handleSubscriptionCanceled PHP Метод

handleSubscriptionCanceled() защищенный Метод

Handle a subscription cancellation notification from Braintree.
protected handleSubscriptionCanceled ( WebhookNotification $webhook ) : Illuminate\Http\Response
$webhook Braintree\WebhookNotification
Результат Illuminate\Http\Response
    protected function handleSubscriptionCanceled($webhook)
    {
        return $this->cancelSubscription($webhook->subscription->id);
    }