Plugin Directory

Changeset 1892004


Ignore:
Timestamp:
06/13/2018 08:52:29 AM (8 years ago)
Author:
gosomi
Message:

가상계좌 입금 결과 skip 추가

Location:
woo-bootpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-bootpay/trunk/assets/js/bootpay-order.js

    r1891375 r1892004  
    4848                    user_info: orderData.user_info,
    4949                    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                    }
    5154                }).error(function (data) {
    5255                    console.log(data);
     
    121124                    user_info: orderData.user_info,
    122125                    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                    }
    124130                }).error(function (data) {
    125131                    console.log(data);
  • woo-bootpay/trunk/bootpay-woocommerce.php

    r1891375 r1892004  
    44 * Plugin URI: https://www.bootpay.co.kr
    55 * Description: 우커머스에 PG를 손쉽게 붙일 수 연동 플러그인 ( 이니시스 / 다날 / KCP / LGU+ 모두 쉽게 붙이는 Woo-bootpay )
    6  * Version: 1.1.12
     6 * Version: 1.1.13
    77 * Author: Gosomi
    88 * Author URI: https://docs.bootpay.co.kr
  • woo-bootpay/trunk/readme.txt

    r1891375 r1892004  
    55Requires at least: 3.6
    66Tested up to: 4.9.6
    7 Stable tag: 1.1.12
     7Stable tag: 1.1.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
     14
     15버전 1.1.13
     16신규 결제창에서 가상계좌 입금 결과 skip
    1417
    1518버전 1.1.12
Note: See TracChangeset for help on using the changeset viewer.