Created
October 24, 2019 21:48
-
-
Save dancameron/5961bfcf910cdfe228874a496f702406 to your computer and use it in GitHub Desktop.
Use Different Status to Mark Payment Complete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php // don't include this line in your functions.php, since it already starts with it. | |
| function _use_processing_payment_status( $status = '' ) { | |
| return 'processing'; | |
| } | |
| add_filter( 'si_woo_payment_status_for_completion', '_use_processing_payment_status' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This snippet is a customization for Sprout Invoices. A customizable solution that provides a way for you to get paid via your WordPress site. For more information please don't hesitate to reach out.