Skip to content

Commit

Permalink
CO: Fix mispelled domain
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Aug 24, 2016
1 parent c88371a commit bc2fc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added en.php
Empty file.
4 changes: 2 additions & 2 deletions ps_wirepayment.php
Expand Up @@ -186,7 +186,7 @@ public function hookPaymentOptions($params)
);

$newOption = new PaymentOption();
$newOption->setCallToActionText($this->trans('Pay by Bank Wire', array(), 'ModulesWirePayment.Shop'))
$newOption->setCallToActionText($this->trans('Pay by Bank Wire', array(), 'Modules.WirePayment.Shop'))
->setAction($this->context->link->getModuleLink($this->name, 'validation', array(), true))
->setAdditionalInformation($this->context->smarty->fetch('module:ps_wirepayment/views/templates/hook/ps_wirepayment_intro.tpl'));
$payment_options = [
Expand Down Expand Up @@ -370,7 +370,7 @@ public function getTemplateVarInfos()
{
$cart = $this->context->cart;
$total = sprintf(
$this->trans('%1$s (tax incl.)', array(), 'ModulesWirePayment.Shop'),
$this->trans('%1$s (tax incl.)', array(), 'Modules.WirePayment.Shop'),
Tools::displayPrice($cart->getOrderTotal(true, Cart::BOTH))
);

Expand Down

0 comments on commit bc2fc9c

Please sign in to comment.