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