Skip to content

Commit

Permalink
update to payments
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Aug 29, 2022
1 parent e565f42 commit 889d8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Entities/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Payment extends BaseModel
{

protected $fillable = [
'gateway_id', 'amount', 'invoice_id', 'transaction_id', 'description', 'receipt_no',
'code', "completed", 'successful', 'canceled'
'title', 'amount', 'partner_id', 'gateway_id', 'receipt_no',
'code', "type", 'is_posted', 'canceled'
];
public $migrationDependancy = ['account_gateway'];
protected $table = "account_payment";
Expand Down

0 comments on commit 889d8b1

Please sign in to comment.