- payment for subscription frontend

This commit is contained in:
Peter Papp
2021-03-23 11:12:41 +01:00
parent 97f13c0b62
commit 7521c588fc
9 changed files with 230 additions and 183 deletions

View File

@@ -13,7 +13,7 @@ class SubscriptionRequest extends Model
use HasFactory;
protected $fillable = [
'requested_plan', 'creator'
'requested_plan', 'creator', 'status'
];
public $incrementing = false;