Changeset 3390066
- Timestamp:
- 11/05/2025 12:01:12 AM (5 months ago)
- Location:
- pgall-for-woocommerce/trunk
- Files:
-
- 4 edited
-
includes/gateways/tosspayments/class-wc-gateway-tosspayments-paypal.php (modified) (1 diff)
-
languages/pgall-for-woocommerce.pot (modified) (1 diff)
-
pgall-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pgall-for-woocommerce/trunk/includes/gateways/tosspayments/class-wc-gateway-tosspayments-paypal.php
r3298432 r3390066 28 28 } 29 29 function get_supported_currency() { 30 return array( ' KRW', 'USD' );30 return array( 'USD' ); 31 31 } 32 32 public function is_available() { -
pgall-for-woocommerce/trunk/languages/pgall-for-woocommerce.pot
r3384900 r3390066 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: pgall-for-woocommerce 5.4.1 2\n"5 "Project-Id-Version: pgall-for-woocommerce 5.4.13\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/pgall-for-woocommerce\n" 8 "POT-Creation-Date: 2025-1 0-27 00:12:23+00:00\n"8 "POT-Creation-Date: 2025-11-04 23:59:19+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
pgall-for-woocommerce/trunk/pgall-for-woocommerce.php
r3384900 r3390066 6 6 Plugin URI: 7 7 Description: 코드엠샵에서 개발, 운영되는 우커머스 전용 결제 통합 시스템 입니다. 8 Version: 5.4.1 28 Version: 5.4.13 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.1 2';31 protected $version = '5.4.13'; 32 32 protected $plugin_url; 33 33 protected $plugin_path; -
pgall-for-woocommerce/trunk/readme.txt
r3384900 r3390066 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 5.4.1 28 Stable tag: 5.4.13 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.13 = 87 [토스페이먼츠] 페이팔 결제수단 지원통화 제한 적용 88 86 89 = 5.4.12 = 87 90 [정기결제] 정기결제권에 연결된 결제토큰 변경 기능
Note: See TracChangeset
for help on using the changeset viewer.