Changeset 3227827
- Timestamp:
- 01/24/2025 04:48:43 AM (14 months ago)
- Location:
- ksher-payment
- Files:
-
- 5 edited
-
.DS_Store (modified) (previous)
-
trunk/.DS_Store (modified) (previous)
-
trunk/ksher.php (modified) (1 diff)
-
trunk/payment/set-payment.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ksher-payment/trunk/ksher.php
r3227822 r3227827 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 and Checkout Block. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: Ksher 8 8 * Text Domain: ksher -
ksher-payment/trunk/payment/set-payment.php
r3227819 r3227827 44 44 public string $ktc_instal; 45 45 public string $instal_fee_payer; 46 public array|string$ktc_installment_period;46 public $ktc_installment_period; 47 47 public string $savecard; 48 48 public string $scb_easy; … … 50 50 public string $kbank_instal; 51 51 public string $kbank_instal_fee_payer; 52 public array|string$kbank_installment_period;52 public $kbank_installment_period; 53 53 public string $baybank_deeplink; 54 54 -
ksher-payment/trunk/readme.txt
r3227822 r3227827 6 6 Requires PHP: 7.0 7 7 WooCommerce up to: 9.0.0 8 Stable tag: 1.1. 48 Stable tag: 1.1.5 9 9 License: GPLv2 or later 10 10
Note: See TracChangeset
for help on using the changeset viewer.