Hey there guys,

I really need some help on this one.
I am banging my head against the wall trying to fix this one.

I am using paypay module to require payment for advertisement module.
Though when I charge for this content type(advertisement) it overides paypal modules redirect to paypal.

On one end, paypal module seams to lose its price because of advertisements redirect.

The two key spots in these modules that I have narrowed it down to are:

In Paypalnode.module
the function on line 169 paypalnode_nodeapi

In ad.module
line 810 ad_owners_add($node->nid, $node->uid);

Any insight on this is greatly appreciated!
Thanks guys.