change Spain Pay to 005
This commit is contained in:
parent
aaca482875
commit
fa89a9f39a
@ -263,7 +263,7 @@ Class GiantControllerLib
|
||||
Class GiantRechercheController extends GiantFunction
|
||||
{
|
||||
protected $listAutorized = array(
|
||||
'FR' => '006', 'BE' => '001', 'ES' => '001',
|
||||
'FR' => '006', 'BE' => '001', 'ES' => '005',
|
||||
'GB' => '002', 'NL' => '003'
|
||||
);
|
||||
protected $Provider;
|
||||
|
@ -15,7 +15,7 @@ $(document).ready( function()
|
||||
$(this).load(href);
|
||||
},
|
||||
buttons: {'Fermer': function() { $(this).dialog('close'); }},
|
||||
close: function() { $('#dial').remove(); }};
|
||||
close: function() { location.reload(); }};
|
||||
$('<div id="dial"></div>').dialog(dlgOpts);
|
||||
return false;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user