Skip to content

Commit

Permalink
[FW] payment_mercadopago: add check payment wizard to payment provider
Browse files Browse the repository at this point in the history
closes #66

Signed-off-by: Filoquin adhoc <maq@adhoc.com.ar>
  • Loading branch information
ALopez-Adhoc committed Aug 3, 2023
1 parent 594b18b commit 66317b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment_mercadopago/wizards/check_payments.py
Expand Up @@ -77,7 +77,7 @@ class PaymentMercadopagoCheckPaymentLine(models.TransientModel):

check_id = fields.Many2one('payment.mercadopago.check_payment')
transaction_id = fields.Many2one('payment.transaction')
transaction_state = fields.Selection('State', related='transaction_id.state')
transaction_state = fields.Selection(string='State', related='transaction_id.state')
mp_amount = fields.Float()
mp_id = fields.Char()
mp_state = fields.Char()
Expand Down

0 comments on commit 66317b7

Please sign in to comment.