Skip to content

Fix capture action retry payment after abandoning checkout#335

Draft
TheMilek wants to merge 2 commits into
Sylius:3.3from
TheMilek:fix-capture-action-retry-payment-after-abandoning-checkout
Draft

Fix capture action retry payment after abandoning checkout#335
TheMilek wants to merge 2 commits into
Sylius:3.3from
TheMilek:fix-capture-action-retry-payment-after-abandoning-checkout

Conversation

@TheMilek
Copy link
Copy Markdown
Member

No description provided.

@TheMilek TheMilek force-pushed the fix-capture-action-retry-payment-after-abandoning-checkout branch 3 times, most recently from 5fb2883 to 5bc05ce Compare April 21, 2026 11:54
* No-op if the incoming ID matches current, if the orphan is not paid, or if
* metadata does not match (safety against spoofed webhooks).
*/
private function reconcileOrphanPaidPayment(ArrayObject $details): void
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we pay on the "old" tab it still updates the payment to paid on Sylius side

}
}
if (isset($details['payment_mollie_id']) || isset($details['order_mollie_id'])) {
$handled = $this->handleExistingMolliePayment($request, $details);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allows to choose different payment method

@TheMilek TheMilek force-pushed the fix-capture-action-retry-payment-after-abandoning-checkout branch from 5bc05ce to ed5b3ea Compare April 22, 2026 05:48
@TheMilek TheMilek force-pushed the fix-capture-action-retry-payment-after-abandoning-checkout branch from c9808de to 5bbb584 Compare April 22, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant