Skip to content

Commit

Permalink
Changing sorting of gateways seeders so they don't share the same value
Browse files Browse the repository at this point in the history
  • Loading branch information
rootpd committed Feb 12, 2020
1 parent eb08656 commit e6870c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seeders/PaymentGatewaysSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function seed(OutputInterface $output)
$this->paymentGatewaysRepository->add(
'SLSP Sporopay',
$code,
100,
110,
true
);
$output->writeln(" <comment>* payment type <info>{$code}</info> created</comment>");
Expand Down

0 comments on commit e6870c6

Please sign in to comment.