Changeset 1844589
- Timestamp:
- 03/22/2018 01:48:09 AM (8 years ago)
- Location:
- woo-bootpay/trunk
- Files:
-
- 4 edited
-
assets/js/bootpay-admin.js (modified) (1 diff)
-
assets/js/bootpay-order.js (modified) (1 diff)
-
bootpay-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-bootpay/trunk/assets/js/bootpay-admin.js
r1749627 r1844589 11 11 application_id: applicationId, 12 12 name: '테스트 아이템 결제', 13 phone: '01000000000', 13 14 items: [ 14 15 { -
woo-bootpay/trunk/assets/js/bootpay-order.js
r1791025 r1844589 29 29 name: orderData.name, 30 30 items: orderData.items, 31 phone: orderData.user_info, 31 32 user_info: orderData.user_info, 32 33 order_id: orderData.order_id, -
woo-bootpay/trunk/bootpay-woocommerce.php
r1803557 r1844589 3 3 * Plugin Name: woo-bootpay 4 4 * Plugin URI: https://www.bootpay.co.kr 5 * Description: 우커머스 용 부트페이 모듈입니다.5 * Description: 우커머스에 PG를 손쉽게 붙일 수 연동 플러그인 ( 이니시스 / 다날 / KCP / LGU+ 모두 쉽게 붙이는 Woo-bootpay ) 6 6 * Version: 1.0.5 7 7 * Author: Gosomi … … 43 43 class WC_Gateway_Bootpay extends WC_Payment_Gateway { 44 44 45 const CURRENT_VERSION = '1.1. 2';45 const CURRENT_VERSION = '1.1.3'; 46 46 const BOOTPAY_WC_DOMAIN = 'bootpay-with-woocommerce'; 47 47 const SUPPORT_CURRENCY = ['KRW']; -
woo-bootpay/trunk/readme.txt
r1803557 r1844589 12 12 13 13 == Description == 14 15 버전 1.0.6 16 javascript SDK 버전이 1.1.3으로 업그레이드 되었습니다. 17 페이앱 결제 테스트 안되는 버그 수정 18 14 19 15 20 버전 1.0.5
Note: See TracChangeset
for help on using the changeset viewer.