Skip to content

Instantly share code, notes, and snippets.

@joomdonation
Created September 12, 2020 02:40
Show Gist options
  • Save joomdonation/be9c80bab25c5519348c529a9c94ecb3 to your computer and use it in GitHub Desktop.
Save joomdonation/be9c80bab25c5519348c529a9c94ecb3 to your computer and use it in GitHub Desktop.
Redirect From OSE to Membership Pro
<?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