Plugin Directory

Changeset 1844589


Ignore:
Timestamp:
03/22/2018 01:48:09 AM (8 years ago)
Author:
gosomi
Message:

SDK 버전 1.1.3
페이앱 안되는 버그 수정

Location:
woo-bootpay/trunk
Files:
4 edited

Legend:

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

    r1749627 r1844589  
    1111                application_id: applicationId,
    1212                name: '테스트 아이템 결제',
     13                phone: '01000000000',
    1314                items: [
    1415                    {
  • woo-bootpay/trunk/assets/js/bootpay-order.js

    r1791025 r1844589  
    2929                    name: orderData.name,
    3030                    items: orderData.items,
     31                    phone: orderData.user_info,
    3132                    user_info: orderData.user_info,
    3233                    order_id: orderData.order_id,
  • woo-bootpay/trunk/bootpay-woocommerce.php

    r1803557 r1844589  
    33 * Plugin Name: woo-bootpay
    44 * Plugin URI: https://www.bootpay.co.kr
    5  * Description: 우커머스용 부트페이 모듈입니다.
     5 * Description: 우커머스에 PG를 손쉽게 붙일 수 연동 플러그인 ( 이니시스 / 다날 / KCP / LGU+ 모두 쉽게 붙이는 Woo-bootpay )
    66 * Version: 1.0.5
    77 * Author: Gosomi
     
    4343    class WC_Gateway_Bootpay extends WC_Payment_Gateway {
    4444
    45         const CURRENT_VERSION    = '1.1.2';
     45        const CURRENT_VERSION    = '1.1.3';
    4646        const BOOTPAY_WC_DOMAIN  = 'bootpay-with-woocommerce';
    4747        const SUPPORT_CURRENCY   = ['KRW'];
  • woo-bootpay/trunk/readme.txt

    r1803557 r1844589  
    1212
    1313== Description ==
     14
     15버전 1.0.6
     16javascript SDK 버전이 1.1.3으로 업그레이드 되었습니다.
     17페이앱 결제 테스트 안되는 버그 수정
     18
    1419
    1520버전 1.0.5
Note: See TracChangeset for help on using the changeset viewer.