change Spain Pay to 005

This commit is contained in:
Arman KYOKCHAN 2013-10-16 07:59:56 +00:00
parent aaca482875
commit fa89a9f39a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;
});