E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
accept
adjust
appended
changed
code
common
course
data
event
excellent
expecting
files
form
html
http
information
load
misunderstanding
money
name2
nobody
note
notification
page
passed
perfectly
php
piece
possibly
post
presumably
product
querystring
request
suggestions
transaction
tyson
url
value
version
| |
| |
|
frouboy member Posts: 8 |
it's possibly my misunderstanding of something, but I can't seem to get the Common Notification URL to work. I have a piece of code on the page to accept transaction data passed to it but it never seems to get triggered. Any suggestions? # POSTED ON: December 29, 2008 @ 00:08 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3486 |
Note that the Common Notification URL uses HTTP POST, where the data is sent rather like an HTML form submission (rather than HTTP GET, where the data is appended to the submission URL in a string like ?name=value&name2=value2&...etc....). By saying your URL is a page with some code in it (presumably PHP or suchlike), that makes me think you were expecting GET rather than POST. # POSTED ON: December 29, 2008 @ 12:38 GMT -7 |
|
frouboy member Posts: 8 |
ok Tyson....nobody likes a clever cloggs!!...you are of course perfectly right. I will go and adjust my asp files. Thanks very much. # POSTED ON: December 29, 2008 @ 13:55 GMT -7 |
|
frouboy member Posts: 8 |
for further information, in version 1 of my handler page I had the following code in the page_load event of the asp page Dim ppTX As String = Request.QueryString("txn_id") I changed it to Dim ppTX As String = Request.Form("txn_id").ToString() all now seems to work fine. this is an excellent product and great value for money. # POSTED ON: December 30, 2008 @ 06:44 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






