1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Fix for wepay hook

This commit is contained in:
Hillel Coren 2017-01-24 10:07:11 +02:00
parent eb92f617b5
commit 322f5ce866

View File

@ -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