Plugin Directory

Changeset 3357552


Ignore:
Timestamp:
09/07/2025 11:39:34 PM (7 months ago)
Author:
codemstory
Message:

5.4.8

[이니시스] 상점키 Prefix 설정 업데이트

Location:
pgall-for-woocommerce/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • pgall-for-woocommerce/trunk/includes/admin/settings/inicis/class-pafw-settings-inicis-basic.php

    r3130785 r3357552  
    5656                            'type'      => 'Text',
    5757                            'default'   => 'INIpayTest',
    58                             'desc2'     => __( '<div class="desc2">결제 테스트용 상점 아이디는 <code>INIpayTest</code> 입니다.<br>실 결제용 상점 아이디는 <code>CIG</code> 또는 <code>CDM</code>으로 시작해야 합니다. 기존에 발급받은 <code>COD</code> 또는 <code>MOD</code>로 시작하는 상점 아이디도 사용하실 수 있습니다.</div>', 'pgall-for-woocommerce' ),
     58                            'desc2'     => __( '<div class="desc2">결제 테스트용 상점 아이디는 <code>INIpayTest</code> 입니다.<br>실 결제용 상점 아이디는 <code>CIG</code> 또는 <code>CIE</code> 또는 <code>CDM</code>으로 시작해야 합니다. 기존에 발급받은 <code>COD</code> 또는 <code>MOD</code>로 시작하는 상점 아이디도 사용하실 수 있습니다.</div>', 'pgall-for-woocommerce' ),
    5959                        ),
    6060                        array (
    6161                            'id'        => 'signkey',
    6262                            'title'     => '웹표준 사인키',
    63                             'showLike' => array ( 'merchant_id' => '!CIG,!CIS,!CDM,!CBB' ),
     63                            'showLike' => array ( 'merchant_id' => '!CIG,!CIS,!CDM,!CBB,!CIE,!CDB' ),
    6464                            'className' => 'fluid',
    6565                            'default'   => '',
     
    7373                    'title'    => '에스크로 결제 설정',
    7474                    'showIf'   => array ( 'pc_pay_method' => 'inicis_stdescrow_bank' ),
    75                     'showLike' => array ( 'merchant_id' => '!CIG,!CIS,!CDM,!CBB' ),
     75                    'showLike' => array ( 'merchant_id' => '!CIG,!CIS,!CDM,!CBB,!CIE,!CDB' ),
    7676                    'elements' => array (
    7777                        array (
     
    125125                            'default'   => 'INIBillTst',
    126126                            'type'      => 'Text',
    127                             'desc2'     => __( '<div class="desc2">결제 테스트용 상점 아이디는 <code>INIBillTst</code> 입니다.<br>실 결제용 상점 아이디는 <code>CIS</code> 또는 <code>CBB</code>로 시작해야 합니다.</div>', 'pgall-for-woocommerce' ),
     127                            'desc2'     => __( '<div class="desc2">결제 테스트용 상점 아이디는 <code>INIBillTst</code> 입니다.<br>실 결제용 상점 아이디는 <code>CIS</code> 또는 <code>CDB</code> 또는 <code>CBB</code>로 시작해야 합니다.</div>', 'pgall-for-woocommerce' ),
    128128                        ),
    129129                        array (
  • pgall-for-woocommerce/trunk/includes/gateways/inicis/class-wc-gateway-inicis-stdescrow-bank.php

    r3316646 r3357552  
    6161        $prefix = substr( $merchant_id, 0, 3 );
    6262
    63         if ( in_array( $prefix, array( 'CIG', 'CIS', 'CDM', 'CBB' ) )) {
     63        if ( in_array( $prefix, array( 'CIG', 'CIS', 'CDM', 'CBB', 'CIE', 'CDB' ) )) {
    6464            return $merchant_id;
    6565        } else {
  • pgall-for-woocommerce/trunk/includes/gateways/inicis/class-wc-gateway-inicis.php

    r3316646 r3357552  
    4343    }
    4444    public function use_integrated_sign_key() {
    45         return in_array( $this->get_merchant_key_prefix(), array( 'CIG', 'CIS', 'CDM', 'CBB' ) );
     45        return in_array( $this->get_merchant_key_prefix(), array( 'CIG', 'CIS', 'CDM', 'CBB', 'CIE', 'CDB' ) );
    4646    }
    4747    public function get_merchant_key( $order = null ) {
  • pgall-for-woocommerce/trunk/languages/pgall-for-woocommerce.pot

    r3350731 r3357552  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: pgall-for-woocommerce 5.4.7\n"
     5"Project-Id-Version: pgall-for-woocommerce 5.4.8\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/pgall-for-woocommerce\n"
    8 "POT-Creation-Date: 2025-08-26 23:15:49+00:00\n"
     8"POT-Creation-Date: 2025-09-07 23:38:32+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    17021702msgid ""
    17031703"<div class=\"desc2\">결제 테스트용 상점 아이디는 <code>INIpayTest</code> 입니다.<br>실 결제용 "
    1704 "상점 아이디는 <code>CIG</code> 또는 <code>CDM</code>으로 시작해야 합니다. 기존에 발급받은 "
    1705 "<code>COD</code> 또는 <code>MOD</code>로 시작하는 상점 아이디도 사용하실 수 있습니다.</div>"
     1704"상점 아이디는 <code>CIG</code> 또는 <code>CIE</code> 또는 <code>CDM</code>으로 시작해야 "
     1705"합니다. 기존에 발급받은 <code>COD</code> 또는 <code>MOD</code>로 시작하는 상점 아이디도 사용하실 수 "
     1706"있습니다.</div>"
    17061707msgstr ""
    17071708
     
    17231724msgid ""
    17241725"<div class=\"desc2\">결제 테스트용 상점 아이디는 <code>INIBillTst</code> 입니다.<br>실 결제용 "
    1725 "상점 아이디는 <code>CIS</code> 또는 <code>CBB</code>로 시작해야 합니다.</div>"
     1726"상점 아이디는 <code>CIS</code> 또는 <code>CDB</code> 또는 <code>CBB</code>로 시작해야 "
     1727"합니다.</div>"
    17261728msgstr ""
    17271729
  • pgall-for-woocommerce/trunk/pgall-for-woocommerce.php

    r3350731 r3357552  
    66Plugin URI:
    77Description: 코드엠샵에서 개발, 운영되는 우커머스 전용 결제 통합 시스템 입니다.
    8 Version: 5.4.7
     8Version: 5.4.8
    99Author: CodeMShop
    1010Author URI: www.codemshop.com
     
    2929        private static $_instance = null;
    3030        protected $slug;
    31         protected $version = '5.4.7';
     31        protected $version = '5.4.8';
    3232        protected $plugin_url;
    3333        protected $plugin_path;
  • pgall-for-woocommerce/trunk/readme.txt

    r3350731 r3357552  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 5.4.7
     8Stable tag: 5.4.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484== Changelog ==
    8585
     86= 5.4.8 =
     87[이니시스] 상점키 Prefix 설정 업데이트
     88
    8689= 5.4.7 =
    8790[정기결제] 갱신결제 시 사용될 결제 토큰을 변경할 수 있는 필터
Note: See TracChangeset for help on using the changeset viewer.