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

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

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