我正在使用server_asp.net-kit
的模拟器帐户。当我运行应用程序时,我会到达Ready to Send the Notfication POST
页面。
但是从这里我不知道如何重定向。我试过了:
RedirectURL=" & strYourSiteFQDN & strVirtualDir & "/PaymentConfimationPage.aspx?reasonCode=002" & vbCrLf
在notificationPage.aspx
页面。
我需要使用此页面吗?如何重定向?代码我在VB中是否有C#代码可用?
谢谢
答案 0 :(得分:0)
根据一些SagePay论坛,网址应为:
NotificationURL="https://" & strYourSiteFQDN & "/" & strVirtualDir.Trim() & "/PaymentConfimationPage.aspx?reasonCode=002"