This commit is contained in:
= 2021-01-23 22:15:08 +11:00
parent 623dd69182
commit fc4cbf335a

View File

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