File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 8888 $ currencyTable ->addColumn (
8989 'iso_code ' ,
9090 Types::STRING ,
91- ['length ' => 3 ]
91+ ['length ' => 4 ]
9292 );
9393 $ currencyTable ->addColumn ('status ' , Types::BOOLEAN );
9494 $ currencyTable ->addUniqueIndex (['country_code ' ]);
666666Database::insert (
667667 $ tpvRedsysTable ,
668668 [
669+ 'merchantcode ' => '' ,
670+ 'terminal ' => '' ,
671+ 'currency ' => '' ,
672+ 'kc ' => '' ,
669673 'url_redsys ' => 'https://sis.redsys.es/sis/realizarPago ' ,
670674 'url_redsys_sandbox ' => 'https://sis-t.redsys.es:25443/sis/realizarPago ' ,
675+ 'sandbox ' => 1 ,
671676 ]
672677);
673678
680685 ]
681686);
682687
683- Database::insert (
684- $ globalTable ,
685- [
686- 'terms_and_conditions ' => '' ,
687- ]
688- );
689-
690688Database::insert (
691689 $ commissionTable ,
692690 [
You can’t perform that action at this time.
0 commit comments