Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayan Cruces committed Jul 9, 2019
2 parents 358d349 + ba0fb9a commit 8147236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions views/templates/hook/payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="col-xs-12">
<p class="payment_module">
<a class="culqi-payment" href="{$link->getModuleLink('culqi', 'payment', [], true)|escape:'htmlall':'UTF-8'}" title="{l s='Pagar con tarjeta de crédito o débito' mod='culqi'}">
Pagar con Tarjeta
<span>Paga con tarjeta de crédito/debito</span>
Pagar con Culqi
<span>Pagar con tarjeta de crédito/debito</span>
</a>
</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions views/templates/hook/payment_multi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<div class="row">
<div class="col-xs-12">
<p class="payment_module">
<a class="culqi-payment" href="{$link->getModuleLink('culqi', 'payment', [], true)|escape:'htmlall':'UTF-8'}" title="{l s='Pagar con tarjeta de crédito o débito' mod='culqi'}">
Pagar con Tarjeta
<span>Paga con tarjeta de crédito/débito o PagoEfectivo</span>
<a class="culqi-payment" href="{$link->getModuleLink('culqi', 'payment', [], true)|escape:'htmlall':'UTF-8'}" title="{l s='Pagar con tarjeta de crédito/débito o PagoEfectivo' mod='culqi'}">
Pagar con Culqi
<span>Pagar con tarjeta de crédito/débito o PagoEfectivo</span>
</a>
</p>
</div>
Expand Down

0 comments on commit 8147236

Please sign in to comment.