[TYPO3-paymentlib] Donations - no donation record is inserted

Brian Bendtsen nightowl at galnet.dk
Tue Jun 12 13:21:41 CEST 2007


Tonni Aagesen skrev:
> Brian Bendtsen wrote:
> 
>>> Did you remember to initialize the transaction before calling 
>>> getResults(); ?
> 
>> Yes I did
> 
> And the function returns "true" - you can check by:
> 
> $ok =  $providerObj->transaction_init 
> (TX_PAYMENTLIB_TRANSACTION_ACTION_AUTHORIZEANDTRANSFER, 
> $this->getPiVars('paymethod'), TX_PAYMENTLIB_GATEWAYMODE_FORM, 
> $this->extKey);
> var_dump($ok);
> exit;
> 
> 
Thanks for your help, I found out that it was a problem with one of my 
session variables.

/BB


More information about the TYPO3-project-paymentlib mailing list