mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Show icon when choosing payment method.
This commit is contained in:
parent
1afdaf0631
commit
35c9ef14db
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@ class Monero_Gateway extends WC_Payment_Gateway
|
|||
$this->monero_daemon = new Monero_Library($this->host, $this->port);
|
||||
}
|
||||
|
||||
public function get_icon()
|
||||
{
|
||||
return apply_filters('woocommerce_gateway_icon', "<img src='http://cdn.monerointegrations.com/logomonero.png' />");
|
||||
}
|
||||
|
||||
public function init_form_fields()
|
||||
{
|
||||
$this->form_fields = array(
|
||||
|
|
Loading…
Reference in a new issue