Changeset 1951955
- Timestamp:
- 10/05/2018 08:48:14 AM (8 years ago)
- Location:
- woo-bootpay/trunk
- Files:
-
- 2 edited
-
bootpay-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-bootpay/trunk/bootpay-woocommerce.php
r1947112 r1951955 4 4 * Plugin URI: https://www.bootpay.co.kr 5 5 * Description: 우커머스에 PG를 손쉽게 붙일 수 연동 플러그인 ( 이니시스 / 다날 / KCP / LGU+ 모두 쉽게 붙이는 Woo-bootpay ) 6 * Version: 1.1.1 46 * Version: 1.1.15 7 7 * Author: Gosomi 8 8 * Author URI: https://docs.bootpay.co.kr … … 362 362 return [ 363 363 'result' => 'success', 364 'order_key' => $order-> order_key,364 'order_key' => $order->get_order_key(), 365 365 'order_id' => $order_id, 366 366 'order_data' => $order_data, -
woo-bootpay/trunk/readme.txt
r1947112 r1951955 5 5 Requires at least: 3.6 6 6 Tested up to: 4.9.6 7 Stable tag: 1.1.1 47 Stable tag: 1.1.15 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 15 버전 1.1.15 16 get_order_key() 함수로 대응 14 17 15 18 버전 1.1.14
Note: See TracChangeset
for help on using the changeset viewer.