You are here

function _uc_recurring_hosted_paypal_mock_web_page in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 modules/uc_recurring_hosted/uc_recurring_hosted.paypal_ipn.inc \_uc_recurring_hosted_paypal_mock_web_page()

Mock page for testing the Paypal verify call.

1 string reference to '_uc_recurring_hosted_paypal_mock_web_page'
uc_recurring_hosted_menu in modules/uc_recurring_hosted/uc_recurring_hosted.module
Implements hook_menu().

File

modules/uc_recurring_hosted/uc_recurring_hosted.paypal_ipn.inc, line 200
Handle paypal IPN callbacks for recurring payments

Code

function _uc_recurring_hosted_paypal_mock_web_page() {
  echo 'VERIFIED';
  exit;
}