Fix refunding payment for archived gateway
This commit is contained in:
parent
92d462d054
commit
60ce0716a9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class Payment extends EntityModel
|
|||
*/
|
||||
public function account_gateway()
|
||||
{
|
||||
return $this->belongsTo('App\Models\AccountGateway');
|
||||
return $this->belongsTo('App\Models\AccountGateway')->withTrashed();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue