Fix recently added Bitcoin icon.

This commit is contained in:
jofemodo
2020-09-15 14:22:43 +02:00
parent b2820f1cb2
commit 25aecac922
3 changed files with 2 additions and 2 deletions
@@ -24,13 +24,13 @@
<data noupdate="1">
<record id="payment_acquirer_btcpay" model="payment.acquirer">
<field name="name">BTCPay</field>
<field name="image" type="base64" file="payment_btcpay/static/description/bitcoin_icon.png"/>
<field name="image" type="base64" file="payment_btcpay/static/description/icon.png"/>
<field name="provider">BTCPay</field>
<field name="company_id" ref="base.main_company"/>
<field name="view_template_id" ref="btcpay_acquirer_form"/>
<field name="environment">test</field>
<field name="pre_msg"><![CDATA[
<p>You will be redirected to BTCPay website after clicking on the payment button.</p>]]></field>
<p><br>You will be redirected to BTCPay website after clicking on the payment button.</p>]]></field>
</record>
</data>
</openerp>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB