0

我正在使用模拟器帐户server_asp.net-kit。当我运行应用程序时,我到达了Ready to Send the Notfication POST页面。

但是从这里我不知道如何重定向。我努力了:

RedirectURL=" & strYourSiteFQDN & strVirtualDir & "/PaymentConfimationPage.aspx?reasonCode=002" & vbCrLf 

notificationPage.aspx页面中。

我需要使用这个页面吗?如何重定向?我拥有的代码在 VB 中是否可用 C# 代码?

谢谢

4

1 回答 1

0

根据一些 SagePay 论坛,URL 应该是:

NotificationURL="https://" & strYourSiteFQDN & "/" & strVirtualDir.Trim() & "/PaymentConfimationPage.aspx?reasonCode=002"
于 2011-12-14T18:29:38.630 回答