eileenmcnaughton / nz.co.fuzion.omnipaymultiprocessor

Omnipay Multi Processor Payment Processor For CiviCRM
Other
13 stars 44 forks source link

Success URL not working (Drupal 8.8.5 webform) #153

Open aiden-grau opened 4 years ago

aiden-grau commented 4 years ago

I'm not sure this is an omnipay issue, but hoping someone can help me out. When making an IPN payment through webform, the browser gets back to the site via the IPN url but does not redirect to the success url because that along with other session variables seem to have been destroyed. Any ideas where the problem is?

Thanks!

mattwire commented 4 years ago

I think this is part of what @elcapo fixes in this PR https://github.com/eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor/pull/147

aiden-grau commented 4 years ago

Hmmm I haven't looked at it in detail but I don't think so, I don't have any issues with contributions through civicrm, the problem comes in with webform.

aiden-grau commented 4 years ago

Tested this out on another Drupal 8 installation and there was no issue. Updated webform, webform_civicrm and civicrm and still no problem. The main difference between the two installations is that the one with the issue is core 8.8.5 and the one without the issue is 8.8.3.

...Upgraded core and still no issue on the other installation. Beats me!

themak1985 commented 3 years ago

Not sure if related but I am having a similar issue on D7 that happens sporadically. The donation is successful but the user is returned to the IPN page.