openaustralia / oaf

OpenAustralia Foundation
https://github.com/openaustralia/oaf#readme
4 stars 3 forks source link

Using the Stripe payment processor makes the donation page endlessly redirect #144

Closed henare closed 9 years ago

henare commented 10 years ago

When I'm logged in and I try to donate I see a red error message about a payment processor problem flash up then a blank page.

This is as opposed to when I'm not logged in and then I get #129

henare commented 10 years ago

This is due to the Stripe payment processor. I'm disabling it until it's fixed.

henare commented 10 years ago

OK I upgraded the Stripe payment processor extension and installed the Stripe PHP library as required and now it's endlessly redirecting :rage:

I'll update the ticket title and description.

henare commented 9 years ago

Looks like the Stripe payment processor for CiviCRM is seriously broken on the current version of CiviCRM on WordPress:

Ugh, what is working in Wordpress :( It's all crapped up.

- https://github.com/drastik/civicrm_stripe/issues/70#issuecomment-66792052

henare commented 9 years ago

I tested HEAD of the extension's git repo and it didn't work.

I then had a fiddle locally and seemed to get it working by ensuring CiviCRM's Extension Resource URL was correctly set (it incorrectly was set to the filesystem path and not the URL so the Stripe JS wasn't loading).

I've tested on our site and it seems to work in test mode at least.

henare commented 9 years ago

When using this payment processor you have to enter all your address details into the billing information section. There's no easy way to turn this off so we haven't switched to Stripe just yet.

henare commented 9 years ago

One way we can do this is hide the billing information section until the person clicks a continue-type button and then reveal that section.

henare commented 9 years ago

It's working so I'll close this. We still have #178 to do before we can switch back to Stripe.