Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Paypal status on pending in sandbox #216

Closed
thomasverleye opened this issue Oct 17, 2018 · 6 comments
Closed

Paypal status on pending in sandbox #216

thomasverleye opened this issue Oct 17, 2018 · 6 comments
Labels

Comments

@thomasverleye
Copy link

reference: #176

Hi, Is it possible to test the paypal sandbox payment on a local test environment with a self-signed certificate? I've been testing this but I can't seem to figure how to get this working locally, the payment status keeps on stating pending.

@thomasverleye
Copy link
Author

I've been testing paypal payment on the live environment now and I've encountered this same problem. The payment status stays on pending, when trying to use paypal in sandbox mode.

@thomasverleye
Copy link
Author

the reason why this was still on pending was because the PHP mailer didn't work, I've fixed it by using Mailgun instead.

@samnabi
Copy link
Owner

samnabi commented Nov 9, 2018

Re-opened this ticket, I think it's a big enough issue to address with a bugfix. Better error handling in the gateway callback could be helpful here.

@samnabi samnabi reopened this Nov 9, 2018
@samnabi samnabi added the bug label Nov 9, 2018
@thomasverleye
Copy link
Author

That, and the feature you mentioned in #169 would also be helpful. Lot's of servers aren't enabling PHP mailer so something like selecting another mail service is a must here. I've had to modify your plugin source code in order to make things work.

@samnabi
Copy link
Owner

samnabi commented Nov 16, 2018

Have you had to update any code other than the sendMail() function in shopkit.php?

@thomasverleye
Copy link
Author

Hi @samnabi ,

No, nothing other than the sendMail() function indeed. I've also added some log functions in the PayPal Callback to look whereabouts the script got stuck.

@samnabi samnabi added feature and removed bug labels Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants