subscription webhook updated solved
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user