Typo
This commit is contained in:
parent
623dd69182
commit
fc4cbf335a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue