- πΊπΈ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.
Currently, the module creates a token and then immediately charges it. This has the side effect of potentially charging a user's card before they've finished checking out (if the payment form is not on the last page of checkout).
Let's instead take the token and store it for the duration of the checkout process. A user can then see the card details that they've entered, but must click a "remove" or "edit" button to update their method. This will reveal the card form again, destroy the token, and allow the user to re-enter her info.
Closed: outdated
3.0
Code
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.