Problem/Motivation

  • Problem with 3ds payments where they return an error after they are accepted/declined
  • Stripe\Charge left in the void payment and refund payments
  • Error pops up when having multiple shipping addresses

Steps to reproduce

  1. Just try an 3ds card and you will see the error in the checkout flow
  2. When having multiple shipping addresses it shows an error

Comments

Marijan Gudelj created an issue. See original summary.

marijan gudelj’s picture

Here is the code to fix the issues above:

  • Problem with 3ds payments where they return an error after they are accepted/declined
  • Stripe\Charge left in the void payment and refund payments
  • Error pops up when having multiple shipping addresses
marijan gudelj’s picture

Here is an addtional fix on the data that is forwarded to Stripe refund: instend of intent the array key is named payment_intent. Additionally my first patch had the comment number wrong so i named this one "-3-1.patch"

marijan gudelj’s picture

File formating fix of the previous patch

marijan gudelj’s picture

StatusFileSize
new12 KB

Additional patch update: uncommented requestPayerName in .module and fixed formatting issues

Marko B’s picture

Status: Active » Fixed

Added, thnx

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.