From fb998f22ab42a2c8aabc7526959ab157cef6b08b Mon Sep 17 00:00:00 2001 From: Hritikkk9 Date: Mon, 8 Jul 2024 13:06:59 +0530 Subject: [PATCH] subscription webhook updated solved --- app/Models/Subscriptions.php | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/app/Models/Subscriptions.php b/app/Models/Subscriptions.php index 2acea0e..bdd96eb 100644 --- a/app/Models/Subscriptions.php +++ b/app/Models/Subscriptions.php @@ -18,30 +18,6 @@ class Subscriptions extends Model } - protected $fillable = [ - 'id', - 'subscription_product_xid', - 'iam_principal_xid', - 'amount', - 'stripe_customer_id', - 'payment_intent_id', - 'payment_intent_client_secret', - 'subscription_id', - 'subscription_status', - 'current_period_start', - 'current_period_end', - 'status', - 'next_payment_date', - 'is_cancelled_subscription', - 'cancelled_at', - 'is_active', - 'deleted_at', - 'created_by', - 'modified_by', - 'created_at', - 'updated_at' - ]; - public function iamPrincipal() {