Closed (fixed)
Project:
Commerce Affirm
Version:
2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2025 at 20:32 UTC
Updated:
29 May 2025 at 18:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
vmarchukComment #6
vmarchukComment #7
rszrama commentedI had to reroll this to accommodate changes from other merges (attached). When testing, I noticed I'd end up on the payment redirect step (e.g.,
/checkout/8/payment) instead of the simulated successful return from a redirect to advance my order to the checkout completion page. The payment authorization went through fine and the Payment entity was created, I just didn't end up on checkout complete.Comment #8
rszrama commentedThis still appears to be missing return processing that would actually place the order.
Comment #9
rszrama commentedFull patch attached with changes to
RedirectFormto copy what we do inStripePaymentElement.Comment #10
rszrama commentedI refined this a little bit to only directly place the order on return when the modal is being used; redirected customers will process through normal checkout flow completion. Committed!
Comment #13
rszrama commentedNo clue how to delete the issue fork. I ended up just committing via a patch I finalized locally.