Hi,
When using 'Webform Paymethod Select' and Webfrom 4.x there is an issue that after returning from the payment provider the user has no access to the webform submission, see https://www.drupal.org/node/2690379#comment-11586791.
This problem can be solved by ading the webform token to the redirect query parameters, see attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2796247-3-add-submission_access_token-to-redirect.patch | 656 bytes | torotil |
Comments
Comment #2
louisnagtegaal commentedComment #3
torotil commentedThanks! I've added a check for webform3 backwards compatibility and committed the change to 7.x-1.x.