mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fix for wepay hook
This commit is contained in:
parent
eb92f617b5
commit
322f5ce866
@ -3,6 +3,7 @@
|
|||||||
use Session;
|
use Session;
|
||||||
use Utils;
|
use Utils;
|
||||||
use App\Models\Payment;
|
use App\Models\Payment;
|
||||||
|
use App\Models\PaymentMethod;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
class WePayPaymentDriver extends BasePaymentDriver
|
class WePayPaymentDriver extends BasePaymentDriver
|
||||||
|
Loading…
Reference in New Issue
Block a user