You are here

function _uc_recurring_hosted_paypal_ipn_save 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_ipn_save()

Paypal IPN save function.

1 call to _uc_recurring_hosted_paypal_ipn_save()
uc_recurring_hosted_paypal_ipn in modules/uc_recurring_hosted/uc_recurring_hosted.paypal_ipn.inc
Handle IPN callbacks for PayPal recurring payments

File

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

Code

function _uc_recurring_hosted_paypal_ipn_save($ipn) {
  drupal_write_record('uc_payment_paypal_ipn', $ipn);
}