Skip to content

Commit 73af191

Browse files
authored
Merge pull request #30 from iamport/feature/card-daou
Card 결제에 다우데이타 추가
2 parents 4d7d639 + cc75756 commit 73af191

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

IamportPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: 우커머스용 아임포트 플러그인(국내 모든 PG를 한 번에)
44
* Plugin URI: http://www.iamport.kr
55
* Description: 우커머스용 한국PG 연동 플러그인 ( 신용카드 / 실시간계좌이체 / 가상계좌 / 휴대폰소액결제 - 에스크로포함 )
6-
* Version: 2.2.32
6+
* Version: 2.2.33
77
* Author: SIOT
88
* Author URI: http://www.siot.do
99
*

iamport-card.php

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function init_form_fields() {
8080
'danal_tpay' => '다날-신용카드',
8181
'mobilians' => '모빌리언스-신용카드',
8282
'kicc' => 'KICC',
83+
'daou' => '다우데이타(페이조아)'
8384
)
8485
),
8586
'pg_id' => array(

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://www.iamport.kr
44
Tags: 네이버페이, 카카오페이, 페이코, 이니시스, KCP, naverpay, naver, payco, kakao, kakaopay, kpay, inicis, 유플러스, lguplus, uplus, 나이스, 나이스페이, nice, nicepay, 제이티넷, 티페이, jtnet, tpay, 다날, danal, 모빌리언스, mobilians, 정기결제, subscription, 해외카드, visa, master, jcb, shopping, mall, iamport
55
Requires at least: 3.5
66
Tested up to: 5.5.1
7-
Stable tag: 2.2.32
7+
Stable tag: 2.2.33
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -60,6 +60,9 @@ https://www.facebook.com/iamportservice
6060

6161

6262
== Changelog ==
63+
= 2.2.32 =
64+
* 카드결제 수단에 다우데이타(페이조아) 추가
65+
6366
= 2.2.32 =
6467
* 네이버페이 결제형 이용완료일을 수정할 수 있게 설정에 추가
6568

0 commit comments

Comments
 (0)