fixes order integration

This commit is contained in:
Etienne Roudeix
2013-09-20 16:31:19 +02:00
parent 8541499302
commit 61191b9d32
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class FakeCB extends BaseModule implements PaymentModuleInterface
$module, $module,
array( array(
"en_US" => "Credit Card", "en_US" => "Credit Card",
"fr_FR" => "Credit Card", "fr_FR" => "Carte de crédit",
) )
); );
} }

View File

@@ -32,7 +32,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<h3>Thank you for the trust you place in us.</h3> <h3>Thank you for the trust you place in us.</h3>
<p>A summary of your order email has been sent to the following address: email@toto.com</p> <p>A summary of your order email has been sent to the following address: {customer attr="email"}</p>
<p>Your order will be confirmed by us upon receipt of your payment.</p> <p>Your order will be confirmed by us upon receipt of your payment.</p>
<dl class="dl-horizontal"> <dl class="dl-horizontal">