Closed (fixed)
Project:
lm_paypal
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2007 at 08:39 UTC
Updated:
14 Jul 2012 at 23:18 UTC
Hi,
I'm using lm_paypal module, it's very usefull.
What about add a hook call to other modules after lm_paypal_process_in($last) in function lm_paypal_ipn_in?
The code would be like this:
lm_paypal_process_in($last);
$last_ipn = db_fetch_object(db_query('select * from {lm_paypal_ipns} where id=%d',$last));
module_invoke_all('lm_paypal_ipn_in',$last_ipn);
Thanks
Giuseppe Rizzo
Comments
Comment #1
lyricnz commentedCommitted to Drupal 5 branch
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/lm_paypal/l...
Comment #2
lyricnz commentedApplied to Drupal 6 branch
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.