Hi,

I was wondering how or where does the commerce_subscription_paypal_ipn function get executed? I cannot find any hook in the paypal module referring to that. Also, where does txn_type gets set?

Thanks

CommentFileSizeAuthor
#2 fixedipn-1296120.patch4.48 KBwebadpro
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rupertj’s picture

Hi Pat,

I was about to say it's an implementation of hook_paypal_ipn from the commerce_paypal module, but I've just had a look at and seems that module now invokes hook_commerce_paypal_ipn_process. I'm not sure if that hook's changed, or I managed to get it horribly wrong, but it used to work for us :) (We've been using some of the commerce modules since their early alphas, so this could be a change.)

If you switch the function name, it should work. I'll patch the module later today, hopefully.

webadpro’s picture

Status: Active » Needs review
FileSize
4.48 KB

Hello,

Here is a patch to fix a couple of issues I was having with the module.

David D’s picture

It appears this patch got committed to the 10-5 .dev release. Is that correct?

webadpro’s picture

Im pretty sure in the last dev it was.

Heine’s picture

Status: Needs review » Fixed

This has indeed been fixed in latest dev.

Status: Fixed » Closed (fixed)

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