Plugin Directory

Changeset 3186111


Ignore:
Timestamp:
11/12/2024 01:51:53 AM (17 months ago)
Author:
sepayteam
Message:

fix warning null key #2

Location:
sepay-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sepay-gateway/trunk/readme.txt

    r3185537 r3186111  
    44 - Tags: woocommerce, payment gateway, vietqr, ngan hang, thanh toan
    55 - Requires WooCommerce at least: 2.1
    6  - Stable Tag: 1.0.11
    7  - Version: 1.0.11
     6 - Stable Tag: 1.0.12
     7 - Version: 1.0.12
    88 - Tested up to: 6.6
    99 - Requires at least: 5.6
  • sepay-gateway/trunk/sepay-gateway.php

    r3185537 r3186111  
    66 * Author: SePay Team
    77 * Author URI: https://sepay.vn/
    8  * Version: 1.0.11
     8 * Version: 1.0.12
    99 * Text Domain: sepay-gateway
    1010 * License: GNU General Public License v3.0
     
    163163            $this->bank_account_holder = $this->get_option('bank_account_holder');
    164164
    165         $this->bank_bin = $bank_data[$this->get_option('bank_select')]['bin'];
    166165        $this->bank_bin = array_key_exists($this->get_option('bank_select'), $bank_data) ? $bank_data[$this->get_option('bank_select')]['bin'] : null;
    167166            $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.