Details
-
Type: Sub-task
-
Status: Won't Do
-
Priority: Minor
-
Resolution: Won't Do
-
Affects Version/s: 4.6.8
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
CMS: Wordpress 4.3.1, CiviCRM 4.6.8, Payment Processor: Authorize.net.
How to replicate this issue:
A Contribution page is added to a Wordpress page using the 'Add CiviCRM Public Pages' button. Select to override page content.
Ultimately the shortcode resulting from this action is this, for contribution page ID #1:
[civicrm component="contribution" id="1" mode="live" hijack="1"]
Then try to process a contribution but use the wrong credit card number to trigger the error message.
What happens instead of the displaying the error message for the declined card; is a redirect loop. In Explorer, the page will just hang on 'processing' while in Firefox you'll see a redirect loop error message.
I'm creating this as a subtask of the referenced fixed issue because it seems to be related to how the redirect works.