1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +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 Utils;
use App\Models\Payment;
use App\Models\PaymentMethod;
use Exception;
class WePayPaymentDriver extends BasePaymentDriver