mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 02:54:36 -04:00
Minor fixes
This commit is contained in:
parent
3baa0e3d9a
commit
c961d32c81
@ -21,8 +21,6 @@ class PaymentWebhookController extends Controller
|
|||||||
public function __invoke(PaymentWebhookRequest $request, string $company_key, string $company_gateway_id)
|
public function __invoke(PaymentWebhookRequest $request, string $company_key, string $company_gateway_id)
|
||||||
{
|
{
|
||||||
|
|
||||||
// MultiDB::findAndSetDbByCompanyKey($company_key);
|
|
||||||
|
|
||||||
$payment = $request->getPayment();
|
$payment = $request->getPayment();
|
||||||
|
|
||||||
if(!$payment)
|
if(!$payment)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user