[-] MO : fixed bug #PSCFV-7703 - Images for bank wire, cheque and cash payment missing on Order Summary

This commit is contained in:
vAugagneur
2013-04-26 10:30:17 +02:00
parent a0867d3a92
commit 9983b1723f
12 changed files with 14 additions and 8 deletions
@@ -52,6 +52,7 @@ class ChequePaymentModuleFrontController extends ModuleFrontController
'chequeName' => $this->module->chequeName,
'chequeAddress' => Tools::nl2br($this->module->address),
'this_path' => $this->module->getPathUri(),
'this_path_cheque' => $this->module->getPathUri(),
'this_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->module->name.'/'
));