[FIX] payment_*: typo, cliking -> clicking

This commit is contained in:
hiekmann 2014-11-10 16:17:07 +00:00 committed by Martin Trigaux
parent 95e79c9f6f
commit f55a45b0fb
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<field name="view_template_id" ref="adyen_acquirer_button"/>
<field name="environment">test</field>
<field name="pre_msg"><![CDATA[
<p>You will be redirected to the Adyen website after cliking on the payment button.</p>]]></field>
<p>You will be redirected to the Adyen website after clicking on the payment button.</p>]]></field>
<field name="adyen_merchant_account">dummy</field>
<field name="adyen_skin_code">dummy</field>
<field name="adyen_skin_hmac_key">dummy</field>

View File

@ -9,7 +9,7 @@
<field name="view_template_id" ref="buckaroo_acquirer_button"/>
<field name="environment">test</field>
<field name="pre_msg"><![CDATA[
<p>You will be redirected to the Buckaroo website after cliking on the payment button.</p>]]></field>
<p>You will be redirected to the Buckaroo website after clicking on the payment button.</p>]]></field>
<field name="brq_websitekey">dummy</field>
<field name="brq_secretkey">dummy</field>
</record>

View File

@ -9,7 +9,7 @@
<field name="view_template_id" ref="ogone_acquirer_button"/>
<field name="environment">test</field>
<field name="pre_msg"><![CDATA[
<p>You will be redirected to the Ogone website after cliking on the payment button.</p>]]></field>
<p>You will be redirected to the Ogone website after clicking on the payment button.</p>]]></field>
<field name='ogone_pspid'>dummy</field>
<field name='ogone_userid'>dummy</field>
<field name='ogone_password'>dummy</field>

View File

@ -9,7 +9,7 @@
<field name="view_template_id" ref="paypal_acquirer_button"/>
<field name="environment">test</field>
<field name="pre_msg"><![CDATA[
<p>You will be redirected to the Paypal website after cliking on the payment button.</p>]]></field>
<p>You will be redirected to the Paypal website after clicking on the payment button.</p>]]></field>
<field name="paypal_email_account">dummy</field>
<field name="paypal_seller_account">dummy</field>
<field name="paypal_api_username">dummy</field>