thenbrent / paypal-digital-goods

The missing PayPal Digital Goods PHP library. Discontinued - PayPal no longer offer the Digital Goods product.
Other
121 stars 38 forks source link

Notify URL for the subscription class #9

Closed titos1 closed 11 years ago

titos1 commented 11 years ago

I think that PAYMENTREQUEST_0_NOTIFYURL should be used (twice) instead of NOTIFYURL for the subscription class too.

thenbrent commented 11 years ago

I've removed NOTIFYURL references with SHA: ff9ed7c though they may have been left in there for a reason...

PAYMENTREQUEST_0_NOTIFYURL can't be used for recurring payments, PayPal ignores it. I'm not sure if it accepts NOTIFYURL or it was just in there mistakenly.

PAYMENTREQUEST_0_NOTIFYURL was already being used in purchase class so doesn't need to be added.