Hi,
we are about to finish a payment module for Credit Card processor mpay24.com.
Now there is one problem, after requesting the payment, the request that comes back from mpay24 server does not update the order-status in virtuemart.
The request looks like the following (from raw-access-log - i replaced data with xxxxxxxxxx):
xxx.xxx.xxx.xxx - - [14/Oct/2008:14:26:18 -0500] "GET /tr2test/administrator/components/com_virtuemart/mpay_confirm.php?OPERATION=CONFIRMATION&TID=xxxxxx xxxxxxxxxxxxxxxxxxxxxxx&STATUS=BILLED&PRICE=xxxx&C URRENCY=EUR&P_TYPE=CC&BRAND=VISA&MPAYTID=xxxxxxxx& USER_FIELD=&ORDERDESC=xxxxxxxxxxxxxxxxx&CUSTOMER=x xxxxxxxxxxxxxxxxxx&CUSTOMER_EMAIL=&LANGUAGE=DE&CUS TOMER_ID=&PROFILE_STATUS=IGNORED HTTP/1.1" 303 5 "-" "-"
The order-status is never updated.. it stays pending although the request sends "STATUS=BILLED" ...
it works on another testserver, but not on this one, not on a dathorn server... if anybody came across such a problem already, please let me know!!!
thanks in advance!!
Rossi
we are about to finish a payment module for Credit Card processor mpay24.com.
Now there is one problem, after requesting the payment, the request that comes back from mpay24 server does not update the order-status in virtuemart.
The request looks like the following (from raw-access-log - i replaced data with xxxxxxxxxx):
xxx.xxx.xxx.xxx - - [14/Oct/2008:14:26:18 -0500] "GET /tr2test/administrator/components/com_virtuemart/mpay_confirm.php?OPERATION=CONFIRMATION&TID=xxxxxx xxxxxxxxxxxxxxxxxxxxxxx&STATUS=BILLED&PRICE=xxxx&C URRENCY=EUR&P_TYPE=CC&BRAND=VISA&MPAYTID=xxxxxxxx& USER_FIELD=&ORDERDESC=xxxxxxxxxxxxxxxxx&CUSTOMER=x xxxxxxxxxxxxxxxxxx&CUSTOMER_EMAIL=&LANGUAGE=DE&CUS TOMER_ID=&PROFILE_STATUS=IGNORED HTTP/1.1" 303 5 "-" "-"
The order-status is never updated.. it stays pending although the request sends "STATUS=BILLED" ...
it works on another testserver, but not on this one, not on a dathorn server... if anybody came across such a problem already, please let me know!!!
thanks in advance!!
Rossi
Comment