Changeset 2980974
- Timestamp:
- 10/19/2023 03:43:44 AM (2 years ago)
- Location:
- ksher-payment/trunk
- Files:
-
- 3 edited
-
ksher.php (modified) (1 diff)
-
payment/set-payment.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ksher-payment/trunk/ksher.php
r2685751 r2980974 4 4 * Plugin URI: https://www.ksher.com 5 5 * Description: Ksher Gateway Plugin is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Ksher Payment Gateway payment method to WooCommerce. 6 * Version: 1.0.1 16 * Version: 1.0.12 7 7 * Author: Ksher 8 8 * Text Domain: ksher -
ksher-payment/trunk/payment/set-payment.php
r2685751 r2980974 477 477 $channel_instal_times_list = new stdClass(); 478 478 479 if ($this->ktc_instal == 'yes' && count($this->ktc_installment_period)) {479 if ($this->ktc_instal == 'yes' && is_array($this->ktc_installment_period) && count($this->ktc_installment_period)) { 480 480 $channel_instal_times_list->ktc_instal = array_map('intval', $this->ktc_installment_period); 481 481 } 482 482 483 if ($this->kbank_instal == 'yes' && count($this->kbank_installment_period)) {483 if ($this->kbank_instal == 'yes' && is_array($this->kbank_installment_period) && count($this->kbank_installment_period)) { 484 484 $channel_instal_times_list->kbank_instal = array_map('intval', $this->kbank_installment_period); 485 485 } -
ksher-payment/trunk/readme.txt
r2685751 r2980974 6 6 Requires PHP: 7.0 7 7 WooCommerce up to: 5.0.0 8 Stable tag: 1.0.1 18 Stable tag: 1.0.12 9 9 License: ksher 10 10
Note: See TracChangeset
for help on using the changeset viewer.