Skip to content

Commit

Permalink
[v2.4.6] change kkiapay image
Browse files Browse the repository at this point in the history
  • Loading branch information
epoundor committed Jun 21, 2024
1 parent 5be504e commit 679ba62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Need to update version before update on Store.
- readme.txt
* line 7: **Stable tag: 2.4.x**


export SVN_PASSWORD='' && export SVN_USERNAME='' && deploy/deploy.sh
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://firebasestorage.googleapis.com/v0/b/love-kkiapay.appspot.com/o/kkiapay-big-removebg-preview.png?alt=media&token=c8739252-66e7-41d6-9e49-392cad822020";
$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 679ba62

Please sign in to comment.