Skip to content

Commit de1798f

Browse files
author
bootpay
committed
udpay added
1 parent bf768c3 commit de1798f

File tree

11 files changed

+86
-80
lines changed

11 files changed

+86
-80
lines changed

Example/.DS_Store

0 Bytes
Binary file not shown.

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PODS:
66
- SnapKit (5.0.1)
77
- SwiftOTP (2.0.3):
88
- CryptoSwift (>= 1.0.0)
9-
- SwiftyBootpay (3.3.81):
9+
- SwiftyBootpay (3.3.84):
1010
- Alamofire (~> 5.2.2)
1111
- CryptoSwift
1212
- JGProgressHUD
@@ -37,7 +37,7 @@ SPEC CHECKSUMS:
3737
ObjectMapper: 1eb41f610210777375fa806bf161dc39fb832b81
3838
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
3939
SwiftOTP: ce98ded1ab42e4e66c39228fcad6b0c07b98e494
40-
SwiftyBootpay: cdb1abaced9e0d0c5415824cc539fe60a3a6d0c2
40+
SwiftyBootpay: a1a987a00648aa9794927a3f3bfc860457ded079
4141

4242
PODFILE CHECKSUM: d088f3acb154f9617cdcf95aae0cbf40903d80d2
4343

Example/Pods/Local Podspecs/SwiftyBootpay.podspec.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/SwiftyBootpay/ResourceBundle-SwiftyBootpay-SwiftyBootpay-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/SwiftyBootpay/SwiftyBootpay-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/SwiftyBootpay/NativeController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ extension NativeController {
369369

370370

371371

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

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

382382
let extra = BootpayExtra()
383-
extra.popup = 0 //다날 정기결제의 경우 0
384-
extra.quick_popup = 0 //다날 정기결제의 경우 0
383+
extra.popup = 1 //다날 정기결제의 경우 0
384+
extra.quick_popup = 1 //다날 정기결제의 경우 0
385385

386386
// extra.offer_period = "1년치"
387387

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.84'
12+
s.version = '3.3.9'
1313
s.summary = 'Bootpay PG Plugin For Swift'
1414

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

0 commit comments

Comments
 (0)