Skip to content

Commit ed57f8a

Browse files
committed
Correct context item key
1 parent bc17492 commit ed57f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/PaymentProviderWorkflow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public override WorkflowExecutionStatus Execute(Record record, RecordEventArgs e
192192
#endif
193193

194194
// TODO - update after Forms patch applied
195-
_httpContextAccessor.HttpContext.Items["RedirectAfterFormSubmitUrl"] = createPaymentResult.RedirectUrl;
195+
_httpContextAccessor.HttpContext.Items["FormsRedirectAfterFormSubmitUrl"] = createPaymentResult.RedirectUrl;
196196

197197
return WorkflowExecutionStatus.Completed;
198198
}

0 commit comments

Comments
 (0)