Skip to content

Commit e515cf5

Browse files
Merge pull request #51 from epayco/feature/SDK-628-17
Se actualiza logo y banner en v17.0
2 parents 7ca2922 + b97dcc5 commit e515cf5

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

payment_epayco/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# ePayco
2-
1+
# ePayco v17.0
2+
33
## Installation
44

55
Pasos:

payment_epayco/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'views/payment_provider_views.xml',
1414
'data/payment_provider_data.xml',
1515
],
16+
'images': ['static/description/main_screenshot.png'],
1617
#'assets': {
1718
#'web.assets_frontend': [
1819
#'payment_epayco/static/src/js/payment_form.js',

payment_epayco/data/payment_provider_data.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<field name="name">Epayco</field>
66
<field name="image_128"
77
type="base64"
8-
file="payment_epayco/static/description/icon.svg"/>
8+
file="payment_epayco/static/description/icon.png"/>
99
<field name="module_id" ref="base.module_payment_epayco"/>
1010
<field name="payment_method_ids"
1111
eval="[(6, 0, [
3.08 KB
Loading
13.1 KB
Loading

0 commit comments

Comments
 (0)