Created
September 12, 2020 02:40
-
-
Save joomdonation/be9c80bab25c5519348c529a9c94ecb3 to your computer and use it in GitHub Desktop.
Redirect From OSE to Membership Pro
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 | |
$_REQUEST['option'] = 'com_osmembership'; | |
$_REQUEST['task'] = 'recurring_payment_confirm'; | |
$_REQUEST['payment_method'] = 'os_paypal'; | |
require_once '../../../index.php'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment