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

lyricnz’s picture

Version: master » 5.x-1.x-dev
Status: Active » Fixed
lyricnz’s picture

Applied to Drupal 6 branch

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.