mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Typo
This commit is contained in:
parent
623dd69182
commit
fc4cbf335a
@ -17,7 +17,7 @@ class RemoveCyberSourceGateway extends Migration
|
||||
|
||||
/* No longer supported for V2 Omnipay */
|
||||
|
||||
if(Gatway::count() > 0)
|
||||
if(Gateway::count() > 0)
|
||||
{
|
||||
$cyber = Gateway::where('provider', 'Cybersource')->first();
|
||||
$cyber->payment_library_id = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user