- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
The checkout process is giving "We received the following error processing your card: Invalid card object: must be a dictionary or a non-empty string. See API docs at https://stripe.com/docs' Please enter your information again or try a different card." error when the module is used with Commerce Checkout AJAX Pages β module.
That's possibly because inside the commerce_stripe.js file the buttons are pointed via the ID of the element (#edit-continue and #edit-submit).
The ajax module changes the button and form id's with #edit-continue--3 etc when used inside a block. So my best guess it doesn't trigger the events or arrays necessary to process.
Closed: outdated
3.0
Stripe Checkout
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.