Created
June 9, 2020 20:30
-
-
Save vanbo/46afc0931dbe74a9b7ac3ce18be1947e to your computer and use it in GitHub Desktop.
WooCommece Paysafe JSON Pay Page Payment
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
| add_filter( 'wc_paysafe_layover_on_checkout', 'vanbo_wc_paysafe_layover_on_checkout' ); | |
| function vanbo_wc_paysafe_layover_on_checkout( $on_checkout ) { | |
| return true; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment