forked from DNNCommunity/DNN.Events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEventIPN.aspx
More file actions
16 lines (16 loc) · 765 Bytes
/
EventIPN.aspx
File metadata and controls
16 lines (16 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="EventIPN.aspx.vb" Inherits="DotNetNuke.Modules.Events.EventIPN" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html dir="ltr">
<head>
<title>PayPal IPN</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR" />
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE" />
<meta content="JavaScript" name="vs_defaultClientScript" />
<meta content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0" name="vs_targetSchema" />
</head>
<body style="background-color:#ffffff;color:#000000;margin:0 0 0 0">
<form id="Form1" method="post" runat="server">
</form>
</body>
</html>