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);
    }