Activate GoCardless in PaymentLibrariesSeeder
This commit is contained in:
parent
3c7d3ad1bf
commit
8ae1d86f80
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class PaymentLibrariesSeeder extends Seeder
|
|||
|
||||
Gateway::query()->update(['visible' => 0]);
|
||||
|
||||
Gateway::whereIn('id', [1,7,11,15,20,39,46,55,50,57])->update(['visible' => 1]);
|
||||
Gateway::whereIn('id', [1,7,11,15,20,39,46,55,50,57,52])->update(['visible' => 1]);
|
||||
|
||||
if (Ninja::isHosted()) {
|
||||
Gateway::whereIn('id', [20])->update(['visible' => 0]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue