Payment fails on a remote form
Trying to use a contribution page remotely with stripe processor.
- The payment fails with
Bad Request
error. - It looks like the csrf generate does not compare with the value during validation https://lab.civicrm.org/extensions/firewall/-/blob/master/Civi/Firewall/Firewall.php?ref_type=heads#L328
- The session id differs between the 2 event, which seems to be the cause of the error.
Related issue - https://github.com/progressivetech/net.ourpowerbase.remoteform/issues/52
Tried on both webform remote and remoteform extension, it fails with the same csrf error.