fixes order integration
This commit is contained in:
@@ -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",
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user