fixes order integration
This commit is contained in:
@@ -77,7 +77,7 @@ class FakeCB extends BaseModule implements PaymentModuleInterface
|
||||
$module,
|
||||
array(
|
||||
"en_US" => "Credit Card",
|
||||
"fr_FR" => "Credit Card",
|
||||
"fr_FR" => "Carte de crédit",
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<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>
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
Reference in New Issue
Block a user