mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Get archived payment gateway
This commit is contained in:
parent
55f96e035b
commit
d965485919
@ -47,7 +47,7 @@ class PaymentWebhookRequest extends Request
|
||||
*/
|
||||
public function getCompanyGateway()
|
||||
{
|
||||
return CompanyGateway::findOrFail($this->decodePrimaryKey($this->company_gateway_id));
|
||||
return CompanyGateway::withTrashed()->findOrFail($this->decodePrimaryKey($this->company_gateway_id));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user