Skip to content

Commit 793dad4

Browse files
committed
fix(payment_lyra): Duplicated field label
1 parent b4e64a8 commit 793dad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payment_lyra/models/payment_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _get_default_entry_mode(self):
123123
lyra_embedded_compact_mode = fields.Selection(string='Compact mode', help='This option allows to display the embedded payment fields in a compact mode.', selection=[('0', 'Disabled'), ('1', 'Enabled')], default='0')
124124
lyra_embedded_payment_attempts = fields.Char(string='Payment attempts number for cards', help='Maximum number of payment by cards retries after a failed payment (between 0 and 2). If blank, the gateway default value is 2.')
125125

126-
image = fields.Char()
126+
image = fields.Char("Image (OSB)")
127127
environment = fields.Char()
128128

129129
lyra_redirect = False

0 commit comments

Comments
 (0)