Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

User paid with paypal, but haven't received an upgrade

25 Nov 2019 Edited
#1
This issue is marked as solved
So I set the webhook to site.com/bankpipe.php?action=webhooks&gateway=PayPal, secret and the token correctly for a live use.

Also i use paypal ipn for credits purchase which is set to site.com/credits_paypal.php

In bankpipe logs it shows payment created / payment canceled.

[Image: image-539.png]
Shade 25 Nov 2019
#11
https://www.paypal.com/us/brc/article/ho...ss-account
ProX 25 Nov 2019 Edited
#12
https://www.paypal.com/us/brc/article/ho...ss-account
Shade (25 Nov 2019)
Okay i found it by going with proxy.

This my selling tools block payments page looks way different to me, then on the video. But I've accepted the conversion to the euro.

[Image: image-542.png]
Shade 25 Nov 2019
#13
Please try the following file (related to the original issue of this thread). Replace the old file (bankpipe/Items/Orders.php) and let me know if payments go through as soon as you get one.
Filename Size Downloads
8.58 KB 2
ProX 25 Nov 2019 Edited
#14
Please try the following file (related to the original issue of this thread). Replace the old file (bankpipe/Items/Orders.php) and let me know if payments go through as soon as you get one.
Shade (25 Nov 2019)
Will do so

PS: Is this related only for coinbase payments? And there are no orders in coinbase by the way, is that normal?

"This purchase is currently pending approval by the gateway. Ensure you can accept this payment within your gateway's settings."

PS: I automatically upgraded one user from ACP and when i changed orders class i got this in bankpipe logs

"Error
Signature check failed. The webhook listener has encountered some problems communicating with the gateway."
Shade 25 Nov 2019
#15
Wait, one thing at a time. Reformulate everything with proper order, otherwise I can’t understand anything.
ProX 25 Nov 2019
#16
Wait, one thing at a time. Reformulate everything with proper order, otherwise I can’t understand anything.
Shade (25 Nov 2019)
Sure thing.

1. Is this related only for coinbase payments in Payment history?
Status: "This purchase is currently pending approval by the gateway. Ensure you can accept this payment within your gateway's settings."

2. I automatically upgraded one user from ACP "bankpipe -> subscribe user" yesterday and now, when you told me to change Orders.php, I checked logs and new log just appeared

"Error
Signature check failed. The webhook listener has encountered some problems communicating with the gateway"
RocketFoot 26 Nov 2019
#17
My test subject was from over seas as well...I am looking into my Paypal account for multiple currencies.
Shade 26 Nov 2019
#18
1. Is this related only for coinbase payments in Payment history?
Status: "This purchase is currently pending approval by the gateway. Ensure you can accept this payment within your gateway's settings."
ProX (25 Nov 2019)
Coinbase payments are pending by default upon creation, but that status is reserved to PayPal only as webhooks handle Coinbase payments automatically. PayPal payments marked as pending usually require manual approval on PayPal's website.

2. I automatically upgraded one user from ACP "bankpipe -> subscribe user" yesterday and now, when you told me to change Orders.php, I checked logs and new log just appeared

"Error
Signature check failed. The webhook listener has encountered some problems communicating with the gateway"
ProX (25 Nov 2019)
That message is generated in Coinbase, not PayPal, when someone is trying to fake the signature provided by Coinbase webhooks. It's a security measure, you can ignore it. Manually subscribed users do not get any webhook notification.
Shade 26 Nov 2019
#19
PS: @RocketFoot please try the file above as well please. It should fix the issues you're getting which are identical.
RocketFoot 26 Nov 2019 Edited
#20
PS: @RocketFoot please try the file above as well please. It should fix the issues you're getting which are identical.
Shade (26 Nov 2019)
Ok, I have changed my Paypal settings and uploaded the orders.php file. Now I just need another guinea pig! LOL

Shade, it also looks like the transaction wasn't recorded in my payment history log (in Bankpipe) You may have already known this but just in case...

When I search for the users name in payment history, I got this error:



MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'Array' in 'where clause'
Query:
SELECT COUNT(DISTINCT(invoice)) as num_results FROM mybb_bankpipe_payments WHERE type NOT IN (1,0) AND uid IN ('2772') AND Array

Please contact the MyBB Group for technical support.