Changeset 1892004
- Timestamp:
- 06/13/2018 08:52:29 AM (8 years ago)
- Location:
- woo-bootpay/trunk
- Files:
-
- 3 edited
-
assets/js/bootpay-order.js (modified) (2 diffs)
-
bootpay-woocommerce.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-bootpay/trunk/assets/js/bootpay-order.js
r1891375 r1892004 48 48 user_info: orderData.user_info, 49 49 order_id: orderData.order_id, 50 show_agree_window: wc_checkout_params.show_agree_window === 'yes' ? 1 : 0 50 show_agree_window: wc_checkout_params.show_agree_window === 'yes' ? 1 : 0, 51 extra: { 52 vbank_result: 0 53 } 51 54 }).error(function (data) { 52 55 console.log(data); … … 121 124 user_info: orderData.user_info, 122 125 order_id: orderData.order_id, 123 show_agree_window: wc_checkout_params.show_agree_window === 'yes' ? 1 : 0 126 show_agree_window: wc_checkout_params.show_agree_window === 'yes' ? 1 : 0, 127 extra: { 128 vbank_result: 0 129 } 124 130 }).error(function (data) { 125 131 console.log(data); -
woo-bootpay/trunk/bootpay-woocommerce.php
r1891375 r1892004 4 4 * Plugin URI: https://www.bootpay.co.kr 5 5 * Description: 우커머스에 PG를 손쉽게 붙일 수 연동 플러그인 ( 이니시스 / 다날 / KCP / LGU+ 모두 쉽게 붙이는 Woo-bootpay ) 6 * Version: 1.1.1 26 * Version: 1.1.13 7 7 * Author: Gosomi 8 8 * Author URI: https://docs.bootpay.co.kr -
woo-bootpay/trunk/readme.txt
r1891375 r1892004 5 5 Requires at least: 3.6 6 6 Tested up to: 4.9.6 7 Stable tag: 1.1.1 27 Stable tag: 1.1.13 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.13 16 신규 결제창에서 가상계좌 입금 결과 skip 14 17 15 18 버전 1.1.12
Note: See TracChangeset
for help on using the changeset viewer.