Skip to content

Commit 318b2a4

Browse files
committed
Notify payment url update
1 parent ed57f8a commit 318b2a4

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
@@ -145,7 +145,7 @@ public override WorkflowExecutionStatus Execute(Record record, RecordEventArgs e
145145
{
146146
TransactionId = transactionId.ToString(),
147147
Usage = _paymentProviderSettings.Usage,
148-
NotificationUrl = $"{_paymentProviderSettings.UmbracoBaseUrl}/umbraco/api/paymentprovider/notifypayment?formId={formId}&recordUniqueId={recordUniqueId}&statusFieldId={statusKey}",
148+
NotificationUrl = $"{_paymentProviderSettings.UmbracoBaseUrl}umbraco/api/paymentprovider/notifypayment?formId={formId}&recordUniqueId={recordUniqueId}&statusFieldId={statusKey}",
149149
ReturnSuccessUrl = _urlHelper.GetPageUrl(int.Parse(SuccessUrl)),
150150
ReturnFailureUrl = _urlHelper.GetPageUrl(int.Parse(FailureUrl)),
151151
ReturnCancelUrl = _urlHelper.GetPageUrl(int.Parse(CancelUrl)),

0 commit comments

Comments
 (0)