diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 7e94fb839722..fe41ae3a476a 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -21,6 +21,7 @@ class Gateway extends StaticModel 'is_secure' => 'boolean', 'recommended' => 'boolean', //'visible' => 'boolean', + //'sort_order' => 'int', 'updated_at' => 'timestamp', 'created_at' => 'timestamp', 'default_gateway_type_id' => 'string', diff --git a/composer.json b/composer.json index 2b584ceebb40..b189ac1cd552 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,6 @@ "maennchen/zipstream-php": "^1.2", "nwidart/laravel-modules": "^6.0", "omnipay/paypal": "^3.0", - "omnipay/stripe": "^3.0", "predis/predis": "^1.1", "sentry/sentry-laravel": "^1.8", "spatie/browsershot": "^3.37",