[FIX] payment_buckaroo: pudb introduced during dbe93ab022

Yes, shame on me. You can laugh.
This commit is contained in:
Denis Ledoux 2014-12-16 15:07:43 +01:00
parent dbe93ab022
commit 7a75ab72f3
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ class AcquirerBuckaroo(osv.Model):
base_url = self.pool['ir.config_parameter'].get_param(cr, uid, 'web.base.url')
acquirer = self.browse(cr, uid, id, context=context)
buckaroo_tx_values = dict(tx_values)
import pudb
pu.db
buckaroo_tx_values.update({
'Brq_websitekey': acquirer.brq_websitekey,
'Brq_amount': tx_values['amount'],