Skip to content

Commit

Permalink
Merge pull request #38 from jennifer-am/patch-1
Browse files Browse the repository at this point in the history
Update kkiapay logo
  • Loading branch information
asaje379 authored Dec 19, 2023
2 parents 4b2941d + f7f24bb commit 7cbe95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-kkiapay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct()
{

$this->id = 'kkiapay_woocommerce_plugin';
$this->icon = plugins_url('../assets/img/kkiapay.svg', __FILE__);
$this->icon = "https://firebasestorage.googleapis.com/v0/b/love-kkiapay.appspot.com/o/kkiapay-big-removebg-preview.png?alt=media&token=c8739252-66e7-41d6-9e49-392cad822020";
$this->has_fields = false;
$this->title = array_key_exists('title', $this->settings) ? $this->settings['title']: '';
$this->method_title = 'Kkiapay';
Expand Down

0 comments on commit 7cbe95b

Please sign in to comment.