Subscriptions with Paypal IPN - how to disable specipic transaction type

120

Question: Subscriptions with Paypal IPN - how to disable specipic transaction type

I have a process that happens only after getting An "Verified" IPN from PayPal. When The user signs up for Subscriptions, I get 2 IPNs: one for subscr_signup and one for subscr_payment. this launch my process twice

How can I prevent it?

Thank you!

Total Answers: 1

53

Answers 1: of Subscriptions with Paypal IPN - how to disable specipic transaction type

How can I prevent it?

Add an if statement to your process which checks whether the value of the transaction type is subscr_payment.