Skip to content

Commit bf768c3

Browse files
committed
이지페이 버그 수정
1 parent 7992e88 commit bf768c3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.
Binary file not shown.

Example/SwiftyBootpay/NativeController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ extension NativeController {
369369

370370

371371

372-
$0.pg = BootpayPG.KCP // 결제할 PG사
372+
$0.pg = BootpayPG.KICC // 결제할 PG사
373373

374374
$0.account_expire_at = "2020-12-07" // 가상계좌 입금기간 제한 ( yyyy-mm-dd 포멧으로 입력해주세요. 가상계좌만 적용됩니다. 오늘 날짜보다 더 뒤(미래)여야 합니다 )
375375
// $0.method = "card" // 결제수단

SwiftyBootpay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = 'SwiftyBootpay'
12-
s.version = '3.3.833'
12+
s.version = '3.3.84'
1313
s.summary = 'Bootpay PG Plugin For Swift'
1414

1515
# This description is used to generate tags and improve search results.

SwiftyBootpay/Classes/BootpayWebView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ extension BootpayWebView: WKNavigationDelegate, WKUIDelegate, WKScriptMessageHan
269269
}
270270

271271
func webView(_ webView: WKWebView, createWebViewWith configuration: WKWebViewConfiguration, for navigationAction: WKNavigationAction, windowFeatures: WKWindowFeatures) -> WKWebView? {
272-
// let wv = WKWebView()
273-
let wv = WKWebView(frame: self.bounds, configuration: configuration)
272+
273+
let wv = WKWebView(frame: self.bounds, configuration: configuration)
274274
wv.load(navigationAction.request)
275275
wv.uiDelegate = self
276276
wv.navigationDelegate = self

SwiftyBootpay/Classes/models/BootpayPG.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public struct PG {
1414
public static let PAYAPP = "payapp"
1515
public static let KAKAO = "kakao"
1616
public static let PAYCO = "payco"
17-
public static let KICC = "kicc"
18-
public static let EASYPAY = "kicc"
17+
public static let KICC = "easypay"
18+
public static let EASYPAY = "easypay"
1919
public static let JTNET = "tpay"
2020
public static let TPAY = "tpay"
2121
public static let MOBILIANS = "mobilians"

0 commit comments

Comments
 (0)