Google checkout notification acknowledgment failing

后端 未结 2 2026
无人及你
无人及你 2021-01-26 12:47

I have a callback url that gets called, and I can process it. However - Google doesn\'t process my acknowledgment. This is all in EnvironmentType.Sandbox.

I

2条回答
  •  清歌不尽
    2021-01-26 12:49

    It seems this question is solved by an answer to another question of mine: How can I create an http response from scratch? .

    The solution is to add:

    HttpContext.Current.Response.End();
    

提交回复
热议问题