C# and Google Checkout - getting the reply back from the server?

后端 未结 3 666
轮回少年
轮回少年 2021-01-02 01:11

Are there any tutorials out there on how to get the responses back from a Google Checkout transaction when using C# and the GCheckout API. All of the examples I could find w

3条回答
  •  -上瘾入骨i
    2021-01-02 02:12

    Google sends notification internally
    Create a notification page like this:

    <%@ Import Namespace="System.IO" %>
    <%@ Import Namespace="GCheckout" %>
    <%@ Import Namespace="GCheckout.AutoGen" %>
    <%@ Import Namespace="GCheckout.Util" %>
    <%@ Import Namespace="System.Data.SqlClient" %>
    <%@ Import Namespace="System.Text" %>
    
    
    
                                     
                  
提交回复
热议问题