Changeset 3357552
- Timestamp:
- 09/07/2025 11:39:34 PM (7 months ago)
- Location:
- pgall-for-woocommerce/trunk
- Files:
-
- 6 edited
-
includes/admin/settings/inicis/class-pafw-settings-inicis-basic.php (modified) (3 diffs)
-
includes/gateways/inicis/class-wc-gateway-inicis-stdescrow-bank.php (modified) (1 diff)
-
includes/gateways/inicis/class-wc-gateway-inicis.php (modified) (1 diff)
-
languages/pgall-for-woocommerce.pot (modified) (3 diffs)
-
pgall-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pgall-for-woocommerce/trunk/includes/admin/settings/inicis/class-pafw-settings-inicis-basic.php
r3130785 r3357552 56 56 'type' => 'Text', 57 57 'default' => 'INIpayTest', 58 'desc2' => __( '<div class="desc2">결제 테스트용 상점 아이디는 <code>INIpayTest</code> 입니다.<br>실 결제용 상점 아이디는 <code>CIG</code> 또는 <code>C DM</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' ), 59 59 ), 60 60 array ( 61 61 'id' => 'signkey', 62 62 'title' => '웹표준 사인키', 63 'showLike' => array ( 'merchant_id' => '!CIG,!CIS,!CDM,!CBB ' ),63 'showLike' => array ( 'merchant_id' => '!CIG,!CIS,!CDM,!CBB,!CIE,!CDB' ), 64 64 'className' => 'fluid', 65 65 'default' => '', … … 73 73 'title' => '에스크로 결제 설정', 74 74 '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' ), 76 76 'elements' => array ( 77 77 array ( … … 125 125 'default' => 'INIBillTst', 126 126 'type' => 'Text', 127 'desc2' => __( '<div class="desc2">결제 테스트용 상점 아이디는 <code>INIBillTst</code> 입니다.<br>실 결제용 상점 아이디는 <code>CIS</code> 또는 <code>C BB</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' ), 128 128 ), 129 129 array ( -
pgall-for-woocommerce/trunk/includes/gateways/inicis/class-wc-gateway-inicis-stdescrow-bank.php
r3316646 r3357552 61 61 $prefix = substr( $merchant_id, 0, 3 ); 62 62 63 if ( in_array( $prefix, array( 'CIG', 'CIS', 'CDM', 'CBB' ) )) {63 if ( in_array( $prefix, array( 'CIG', 'CIS', 'CDM', 'CBB', 'CIE', 'CDB' ) )) { 64 64 return $merchant_id; 65 65 } else { -
pgall-for-woocommerce/trunk/includes/gateways/inicis/class-wc-gateway-inicis.php
r3316646 r3357552 43 43 } 44 44 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' ) ); 46 46 } 47 47 public function get_merchant_key( $order = null ) { -
pgall-for-woocommerce/trunk/languages/pgall-for-woocommerce.pot
r3350731 r3357552 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: pgall-for-woocommerce 5.4. 7\n"5 "Project-Id-Version: pgall-for-woocommerce 5.4.8\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/pgall-for-woocommerce\n" 8 "POT-Creation-Date: 2025-0 8-26 23:15:49+00:00\n"8 "POT-Creation-Date: 2025-09-07 23:38:32+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 1702 1702 msgid "" 1703 1703 "<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>" 1706 1707 msgstr "" 1707 1708 … … 1723 1724 msgid "" 1724 1725 "<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>" 1726 1728 msgstr "" 1727 1729 -
pgall-for-woocommerce/trunk/pgall-for-woocommerce.php
r3350731 r3357552 6 6 Plugin URI: 7 7 Description: 코드엠샵에서 개발, 운영되는 우커머스 전용 결제 통합 시스템 입니다. 8 Version: 5.4. 78 Version: 5.4.8 9 9 Author: CodeMShop 10 10 Author URI: www.codemshop.com … … 29 29 private static $_instance = null; 30 30 protected $slug; 31 protected $version = '5.4. 7';31 protected $version = '5.4.8'; 32 32 protected $plugin_url; 33 33 protected $plugin_path; -
pgall-for-woocommerce/trunk/readme.txt
r3350731 r3357552 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 5.4. 78 Stable tag: 5.4.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 == Changelog == 85 85 86 = 5.4.8 = 87 [이니시스] 상점키 Prefix 설정 업데이트 88 86 89 = 5.4.7 = 87 90 [정기결제] 갱신결제 시 사용될 결제 토큰을 변경할 수 있는 필터
Note: See TracChangeset
for help on using the changeset viewer.