[FIX] payment: docstring typo
authorhiekmann <hiekmann-fnordbedarf-de@users.noreply.github.com>
Tue, 11 Nov 2014 11:22:35 +0000 (11:22 +0000)
committerXavier Morel <xmo@odoo.com>
Wed, 26 Nov 2014 08:38:24 +0000 (09:38 +0100)
closes #3557

addons/payment/models/payment_acquirer.py

index aee8911..7b8efd9 100644 (file)
@@ -115,7 +115,7 @@ class PaymentAcquirer(osv.Model):
 
              - partner_values: will contain name, lang, email, zip, address, city,
                country_id (int or False), country (browse or False), phone, reference
-             - tx_values: will contain refernece, amount, currency_id (int or False),
+             - tx_values: will contain reference, amount, currency_id (int or False),
                currency (browse or False), partner (browse or False)
         """
         acquirer = self.browse(cr, uid, id, context=context)