diff --git a/deploy.md b/deploy.md index 6a60db6..d266509 100644 --- a/deploy.md +++ b/deploy.md @@ -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 \ No newline at end of file diff --git a/includes/class-wc-kkiapay-gateway.php b/includes/class-wc-kkiapay-gateway.php index 4729fab..965bce8 100644 --- a/includes/class-wc-kkiapay-gateway.php +++ b/includes/class-wc-kkiapay-gateway.php @@ -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'] : '';