Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
integration:foxycart:datafeed_with_csharp [2017/04/26 07:02] – external edit 127.0.0.1integration:foxycart:datafeed_with_csharp [2019/10/31 21:34] (current) – [Code] marija
Line 44: Line 44:
 public partial class ProcessTransaction : System.Web.UI.Page public partial class ProcessTransaction : System.Web.UI.Page
 { {
-    private string API_KEY = "Your FoxyCart API Key";+    private string API_KEY = "Your FoxyCart store secret (aka API Key)";
          
     protected void Page_Load(object sender, EventArgs e)     protected void Page_Load(object sender, EventArgs e)

Site Tools