Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
adjust to remove experiment with checkout review captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
ProxiBlue committed Aug 28, 2016
1 parent 1b6271d commit c33b945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/code/community/ProxiBlue/ReCaptcha/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</depends>
</case_sensitive>
<public_key translate="label">
<label>Public Key</label>
<label>Site Key (Public Key)</label>
<frontend_type>text</frontend_type>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
Expand All @@ -42,7 +42,7 @@
</depends>
</public_key>
<private_key translate="label">
<label>Private Key</label>
<label>Secret Key (Private Key)</label>
<frontend_type>text</frontend_type>
<sort_order>11</sort_order>
<show_in_default>1</show_in_default>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</reference>
</review_product_list>
<checkout_onepage_review translate="label">
<reference name="checkout.onepage.review.info.items.before">
<reference name="checkout.onepage.review.info.items.after">
<block type="captcha/captcha" name="recaptcha">
<action method="setFormId">
<formId>checkout_review</formId>
Expand Down

0 comments on commit c33b945

Please sign in to comment.