Changeset 3186111
- Timestamp:
- 11/12/2024 01:51:53 AM (17 months ago)
- Location:
- sepay-gateway/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sepay-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sepay-gateway/trunk/readme.txt
r3185537 r3186111 4 4 - Tags: woocommerce, payment gateway, vietqr, ngan hang, thanh toan 5 5 - Requires WooCommerce at least: 2.1 6 - Stable Tag: 1.0.1 17 - Version: 1.0.1 16 - Stable Tag: 1.0.12 7 - Version: 1.0.12 8 8 - Tested up to: 6.6 9 9 - Requires at least: 5.6 -
sepay-gateway/trunk/sepay-gateway.php
r3185537 r3186111 6 6 * Author: SePay Team 7 7 * Author URI: https://sepay.vn/ 8 * Version: 1.0.1 18 * Version: 1.0.12 9 9 * Text Domain: sepay-gateway 10 10 * License: GNU General Public License v3.0 … … 163 163 $this->bank_account_holder = $this->get_option('bank_account_holder'); 164 164 165 $this->bank_bin = $bank_data[$this->get_option('bank_select')]['bin'];166 165 $this->bank_bin = array_key_exists($this->get_option('bank_select'), $bank_data) ? $bank_data[$this->get_option('bank_select')]['bin'] : null; 167 166 $this->bank_logo_url = esc_url(plugin_dir_url(__FILE__)) . "imgs/" . (array_key_exists($this->get_option('bank_select'), $bank_data) ? $bank_data[$this->get_option('bank_select')]['code'] : 'default') . ".png";
Note: See TracChangeset
for help on using the changeset viewer.