'telepagos'], [ 'name' => 'Telepagos', 'url' => 'https://api.telepagos.com.ar', 'integration_data_schema' => [ 'username' => 'required|string', 'password' => 'required|string', ] ] ); Integration::updateOrCreate( ['integration_code' => 'telepagos_homo'], [ 'name' => 'Telepagos Homologación', 'url' => 'https://api.homo.telepagos.com.ar', 'integration_data_schema' => [ 'username' => 'required|string', 'password' => 'required|string', ] ] ); } }