added crypto pm and activation key system
This commit is contained in:
@@ -7,16 +7,20 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Plan extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'description',
|
||||
'product_id',
|
||||
'pricing_id',
|
||||
'price',
|
||||
'mailbox_limit',
|
||||
'monthly_billing',
|
||||
'details'
|
||||
'name',
|
||||
'description',
|
||||
'product_id',
|
||||
'pricing_id',
|
||||
'shoppy_product_id',
|
||||
'accept_stripe',
|
||||
'accept_shoppy',
|
||||
'price',
|
||||
'mailbox_limit',
|
||||
'monthly_billing',
|
||||
'details',
|
||||
];
|
||||
|
||||
|
||||
protected $casts = [
|
||||
'details' => 'json',
|
||||
'monthly_billing' => 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user