Skip to content

Commit

Permalink
[v2.4.6-beta] change kkiapay image
Browse files Browse the repository at this point in the history
  • Loading branch information
epoundor committed Jun 21, 2024
1 parent 679ba62 commit 805f585
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 @@ -72,7 +72,7 @@ public function __construct()
{

$this->id = 'kkiapay_woocommerce_plugin';
$this->icon = "https://github.com/kkiapay/wordpress-plugin/assets/91498943/69fd580e-b43f-4a39-abc9-cba86ebfb74d";
$this->icon = 'https://github.com/kkiapay/wordpress-plugin/assets/91498943/69fd580e-b43f-4a39-abc9-cba86ebfb74d';
$this->has_fields = true;
// $this->refund = $this->get_option('refund');
$this->title = array_key_exists('title', $this->settings) ? $this->settings['title'] : '';
Expand Down

0 comments on commit 805f585

Please sign in to comment.