Changeset 1857728
- Timestamp:
- 04/13/2018 08:33:30 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
r1857723 r1857728 4 4 * Plugin URI: https://www.bootpay.co.kr 5 5 * Description: 우커머스에 PG를 손쉽게 붙일 수 연동 플러그인 ( 이니시스 / 다날 / KCP / LGU+ 모두 쉽게 붙이는 Woo-bootpay ) 6 * Version: 1.1. 76 * Version: 1.1.8 7 7 * Author: Gosomi 8 8 * Author URI: https://blog.areum.io … … 231 231 232 232 $order_data = [ 233 'name' => $this->get_order_name( $order ),233 'name' => sizeof( $items ) > 1 ? sprintf( "%s 외 %s 개", $items[0]['item_name'], sizeof( $items ) - 1 ) : $items[0]['item_name'], 234 234 'price' => $order->get_total(), 235 235 'items' => $items, -
woo-bootpay/trunk/readme.txt
r1857723 r1857728 5 5 Requires at least: 3.6 6 6 Tested up to: 4.9.1 7 Stable tag: 1.1. 77 Stable tag: 1.1.8 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 버전 1.1.8 15 상품명 노출 안되는 버그 수정 16 14 17 버전 1.1.6, 1.1.7 15 18 ajax URL 변경
Note: See TracChangeset
for help on using the changeset viewer.