updated plan, and oxapay integration
This commit is contained in:
@@ -14,6 +14,8 @@ class Plan extends Model
|
||||
'shoppy_product_id',
|
||||
'accept_stripe',
|
||||
'accept_shoppy',
|
||||
'oxapay_link',
|
||||
'accept_oxapay',
|
||||
'price',
|
||||
'mailbox_limit',
|
||||
'monthly_billing',
|
||||
|
||||
@@ -12,11 +12,12 @@ use Illuminate\Notifications\Notifiable;
|
||||
use Illuminate\Contracts\Auth\MustVerifyEmail;
|
||||
use Illuminate\Support\Str;
|
||||
use Laravel\Cashier\Billable;
|
||||
use Laravel\Sanctum\HasApiTokens;
|
||||
|
||||
class User extends Authenticatable implements FilamentUser, MustVerifyEmail
|
||||
{
|
||||
/** @use HasFactory<\Database\Factories\UserFactory> */
|
||||
use HasFactory, Notifiable, Billable;
|
||||
use HasFactory, Notifiable, Billable, HasApiTokens;
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
|
||||
Reference in New Issue
Block a user