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

Brian Bendtsen nightowl at galnet.dk
Thu Jun 7 13:52:56 CEST 2007


Tonni Aagesen skrev:
> 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.
> 
> 
Sounds good...and its working now. A transaction for an offline payment 
has been made.

However, its not possible to see the transaction info in the backend, is 
this just a missing feature?

/BB



More information about the TYPO3-project-paymentlib mailing list