[TYPO3-paymentlib] Successfull transaction but no transaction record in backend

Tonni Aagesen goes.to at dev.null
Thu Jun 7 13:01:35 CEST 2007


Brian Bendtsen wrote:

> It helped, but now I get the message: IP address not allowed! 
> (***.***.***.***)

Actually, I don't think the IP-address check applies for 
paymentlib_offline. You can replace the code in line 74-78 in 
processor.php with:

// Check request method
if (strtoupper($_SERVER['REQUEST_METHOD']) != 'POST') {
     die('Request method not allowed! (' . $_SERVER['REQUEST_METHOD'] . 
')');
}

I will make a bugfix release sometime soon.


-- 
Regards
Tonni Aagesen
www.pil.dk & www.quickpay.dk


More information about the TYPO3-project-paymentlib mailing list