Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Stripe
Stripe
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Extensions
  • StripeStripe
  • Issues
  • #123

Closed
Open
Opened Oct 29, 2019 by Francis (Agileware)@agilewarefj

civicrm_stripe.js tries to process payment made by non-stripe processor, results in IntegrationError

  • CiviCRM 5.18.4
  • stripe 6.2
  • mjwshared 0.5

Steps to reproduce:

  1. Create a contribution page with multiple payment processors, one of them stripe
  2. Load the contribution page
  3. Select Stripe payment processor
  4. Change your mind and select a different one (we discovered issue with Paypal Standard)
  5. Attempt to submit the form
  6. → Apparently the form does nothing

In the console, you get an integration error off a message event handler by Stripe which is a bit of pain to debug (Element is not mounted), but the overall issue seems to be that civicrm_stripe.js is still handling clicks on the submit button when it shouldn't anymore.

Agileware ref CIVICRM-1349

Edited Oct 29, 2019 by justinfreeman (Agileware)
Assignee
Assign to
6.3
Milestone
6.3
Assign milestone
Time tracking
None
Due date
None
Reference: extensions/stripe#123