Skip to content

Instantly share code, notes, and snippets.

@simbus82
Created August 29, 2016 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simbus82/25a6fd71c949e7812153a0fbcca5c777 to your computer and use it in GitHub Desktop.
Save simbus82/25a6fd71c949e7812153a0fbcca5c777 to your computer and use it in GitHub Desktop.
Repay Magento Pending Order
<config>
<global>
<sales>
<order>
<states>
<pending_payment translate="label">
<visible_on_front>1</visible_on_front>
</pending_payment>
</states>
</order>
</sales>
</global>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment