HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Purchased Anonymous Discussion not shown
Anonymoose
✭✭
Purchased anonymous discussion, live Paypal transaction went through, but no available Anonymous discussions in profile. Shown as none available.
0
Comments
are you on localhost?
grep is your friend.
No. On a server.
GDN_MarketTransactionHistory doesn't have the transaction.
GDN_MarketTransaction doesn't have the transaction either.
GDN_MarketTransactionMeta does have some data.
I have developed for paypal products for a long time, more advanced stuff than this like direct payments. Let tell you thier developer program sucks. Their "improvements" have only made things worse.
Only recently I have a major issue with one of my clients where Paypal suddenly stop supporting something without informing anyone. There have too many poorly thought out APIs which are badly implemented and integrated.
if you can avoid using Paypal I would. There are better system out there, in less of a mess.
Most likely this an issue with IPN, if you know how to tail server logs, you can see if the IPN comes from Paypal.
grep is your friend.
I would either switch to sandbox (which often isn't equivalent unfortunately). Or set your product to 1 cent.
grep is your friend.
Payment was made with credit card, unverified, without loging into Paypal.
I noticed you kept Stripe in the updated MarketPlace, better to use that?
that should not be a problem.
there are a bunch of
LogMessage
in the handler. You know how to enable vanilla logs? Create a log file, give it open permissionsset e.g.
grep is your friend.
Also check server error logs.
grep is your friend.
24 Dec 2014 - 12:08:55: [Garden] /home/html/plugins/MarketPlace/gateways/paypal/class.paypalpayment.php, 12, PayPalPayment.CheckIPN(), payment_exception:cURL error: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure [35]
Note: Force SSL was off.
I know what the issue is. It is due to Payplal dropping support for ssl_v3.
I will make a fix ASAP.
grep is your friend.
Tried witth Force SSL on, same error.
Thanks!
yeah I know.
grep is your friend.
Grab the latest version
http://vanillaforums.org/addon/marketplace-plugin
grep is your friend.
Tested it. No errors in log, but number of Anonymous Discussion Posts does not go up after successful PayPal transaction.
You may have to PM me your details.
grep is your friend.