[FIX] payment: docstring typo

closes #3557
This commit is contained in:
hiekmann 2014-11-11 11:22:35 +00:00 committed by Xavier Morel
parent e84b569fe4
commit 2a22a6151f
1 changed files with 1 additions and 1 deletions

View 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)