Online payment
This commit is contained in:
@@ -17,30 +17,9 @@ class OnlinePaymentHistory extends Model
|
||||
protected $table = 'online_payment_histories';
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
* Guarded attributes
|
||||
*
|
||||
* @var array<int, string>
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'refunded_amount',
|
||||
'booking_number',
|
||||
'amount',
|
||||
'depositedAmount',
|
||||
'orderNumber',
|
||||
'description',
|
||||
'orderId',
|
||||
'cardholderName',
|
||||
'pan',
|
||||
'approvalCode',
|
||||
'expiration',
|
||||
'formUrl',
|
||||
'successUrl',
|
||||
'errorUrl',
|
||||
'api_client',
|
||||
'paymentStatus',
|
||||
'callbackStatus',
|
||||
'username',
|
||||
'online_paymantable_id',
|
||||
'online_paymantable_type',
|
||||
];
|
||||
protected $guarded = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user