// Change urls of prestashop api
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10696 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -67,7 +67,7 @@ class Ogone extends PaymentModule
|
||||
Configuration::updateValue('OGONE_SHA_OUT', Tools::getValue('OGONE_SHA_OUT'));
|
||||
Configuration::updateValue('OGONE_MODE', (int)Tools::getValue('OGONE_MODE'));
|
||||
$dataSync = (($pspid = Configuration::get('OGONE_PSPID'))
|
||||
? '<img src="http://www.prestashop.com/modules/ogone.png?pspid='.urlencode($pspid).'&mode='.(int)Tools::getValue('OGONE_MODE').'" style="float:right" />'
|
||||
? '<img src="http://api.prestashop.com/modules/ogone.png?pspid='.urlencode($pspid).'&mode='.(int)Tools::getValue('OGONE_MODE').'" style="float:right" />'
|
||||
: ''
|
||||
);
|
||||
echo $this->displayConfirmation($this->l('Configuration updated').$dataSync);
|
||||
|
||||
Reference in New Issue
Block a user