Skip to content

Instantly share code, notes, and snippets.

@webdados
Last active December 15, 2017 12:28
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 webdados/5b91267dc4e5a5c7e8467fac36bec4ba to your computer and use it in GitHub Desktop.
Save webdados/5b91267dc4e5a5c7e8467fac36bec4ba to your computer and use it in GitHub Desktop.
Multibanco IfThenPay - Keep order pending instead of on-hold
<?php
// Multibanco IfThen - Keep order pending instead of on-hold - Be advised that no "new order" email will be sent to the client
add_filter( 'multibanco_ifthen_set_on_hold', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment