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

Tonni Aagesen goes.to at dev.null
Tue Jun 12 09:54:38 CEST 2007


Brian Bendtsen wrote:

> After a successful payment I get my confirm page again and the 
> var_dump() outputs:
> 
> int(1181632980) bool(false)
> 
> I think this is strange since the database has a transaction record with 
> 1181632980 as paymentReference and state=500

Did you remember to initialize the transaction before calling 
getResults(); ?

$providerObj->transaction_init(TX_PAYMENTLIB_TRANSACTION_ACTION_AUTHORIZEANDTRANSFER, 
$this->getPiVars('paymethod'), TX_PAYMENTLIB_GATEWAYMODE_FORM, 
$this->extKey);


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


More information about the TYPO3-project-paymentlib mailing list