NickFrederiksen
02/07/2025, 1:57 PMBeginPaymentFormAsync
method to render the "go to payment"-form, and it works as expected. But I'm confused with regards to these methods on the order:
InitializeTransactionAsync
and FinalizeAsync
I've seen numerous examples of them being called, but no information as to when or why. As I can gather from the little information there is, those to methods are being called internally. But since my order status is not changed I guess that is not the case.
Thinking about this, am I supposed to update the status myself? How and when should I do that?
I'm running Umbraco Commerce 15.0.1 on Umbraco 15.2.0
(and small comment: Naming your product "Umbraco Commerce" when every single search query ends up with results for uCommerce or Tea Commerce is not a good decision.)NickFrederiksen
02/10/2025, 8:28 AMOrderFinalizedNotification
-handler to update the order status. However, it seems like a workaround rather than "the right way".Mike Chambers
02/10/2025, 5:37 PMNickFrederiksen
02/11/2025, 7:32 AMMike Chambers
02/12/2025, 8:59 AMNickFrederiksen
02/12/2025, 9:13 AM