SMF Development > Bug Reports

Another paid subscriptions bug?

<< < (2/11) > >>

feline:

--- Quote from: Wazza on May 25, 2012, 06:05:40 AM ---
--- Quote from: feline on May 24, 2012, 03:34:36 PM ---Interesting .. on our system (2.0.2) subsription works without any problem .. also recurring payments

--- End quote ---

Could this be because your forum was "updated" to 2.0.2 and not a "New" install of 2.0.2?

--- End quote ---
I make anytime updates .. 2.0 -> 2.0.1 -> 2.0.2

edit:
just compare files from my system and a fresh 2.0.2 install archive ... no difference

Krash.:

subscriptions.php is the form handler - it receives and processes the IPN, and calls functions from /Sources/Subscriptions-Paypal.php, which includes the PayPal gateway code.  It looks for specific txn_type codes which are hardcoded in the script.  As far as I can tell, they aren't in the database and don't occur anywhere else.  That being the case, if txn_type is subscr_signup, recurring subscription should fail because it's not in the code, which is what's happening on Wazza's forum.  It's a clean 2.0.2 install, new database, no mods or custom edits, basically nothing on it.

Wazza:
I did a down load of the older versions of SMF over the weekend to see if I could see the difference too, but couldn't find it? So now really unsure how recurring payments ever worked? or how anyone using notify_url via PayPal has it working?

We have set up a brand new install of 2.0.2 to test and find why it is not working?

As right now in a brand new install this bug presents a major risk to new users, being able to create and receive a recurring payment from a member as the money part works. But then your forum will not recognize the notify_url. Outcome their member will never get what they paid for.  ???

Krash.:

Just tried a test subscription on my 2.0 forum using your PayPal address, and got the same result.  Subscription failed, two unknown transaction type errors for subscr_payment and subscr_signup.

Wazza:
Just refunded, thank you for testing. Surprised we are the first to find this error?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version