From 133390ff3debd85a10160b9041f9c8147cea1e32 Mon Sep 17 00:00:00 2001 From: Hyukgyu Kwon Date: Wed, 24 Jan 2024 11:05:53 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=88=84=EB=9D=BD=EB=90=9C=20=EB=84=A4?= =?UTF-8?q?=EC=9D=B4=EB=B2=84=ED=8E=98=EC=9D=B4=20=ED=8C=8C=EB=9D=BC?= =?UTF-8?q?=EB=AF=B8=ED=84=B0=EB=93=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example/Podfile | 2 +- README.md | 2 +- Sources/iamport-ios/Classes/Data/IamportPayment.swift | 6 +++++- iamport-ios.podspec | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index c928001..ebed895 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -29,7 +29,7 @@ target 'iamport-ios_Example' do # cocoapods 사용시 enable # cocoapods 사용시 enable # pod 'iamport-ios', :path => '../' # local - # pod 'iamport-ios', '~> 1.4.0' # remote + # pod 'iamport-ios', '~> 1.4.1' # remote # cocoapods 사용시 enable # cocoapods 사용시 enable diff --git a/README.md b/README.md index ef54246..c14bfb3 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ it, simply add the following line to your Podfile: - cocoapods 이용시 (RxSwift 5.x 사용) ```ruby -pod 'iamport-ios', '~> 1.4.0' +pod 'iamport-ios', '~> 1.4.1' ``` diff --git a/Sources/iamport-ios/Classes/Data/IamportPayment.swift b/Sources/iamport-ios/Classes/Data/IamportPayment.swift index 939dd70..91cec86 100644 --- a/Sources/iamport-ios/Classes/Data/IamportPayment.swift +++ b/Sources/iamport-ios/Classes/Data/IamportPayment.swift @@ -46,6 +46,10 @@ public class IamportPayment: Codable, Then { public var naverCultureBenefit: Bool? public var naverProductCode: String? public var naverActionType: String? + public var naverPurchaserName: String? + public var naverPurchaserBirthday: String? + public var naverChainId: String? + public var naverMerchantUserKey: String? public var cultureBenefit: Bool? public var naverInterface: NaverInterface? @@ -67,7 +71,7 @@ public class IamportPayment: Codable, Then { } private enum CodingKeys: String, CodingKey { - case pg, pay_method, escrow, merchant_uid, customer_uid, name, amount, tax_free, currency, language, buyer_name, buyer_tel, buyer_email, buyer_addr, buyer_postcode, notice_url, display, digital, vbank_due, m_redirect_url, app_scheme, biz_num, popup, niceMobileV2, naverPopupMode, naverUseCfm, naverProducts, naverCultureBenefit, naverProductCode, naverActionType, cultureBenefit, naverInterface, card, confirm_url, period + case pg, pay_method, escrow, merchant_uid, customer_uid, name, amount, tax_free, currency, language, buyer_name, buyer_tel, buyer_email, buyer_addr, buyer_postcode, notice_url, display, digital, vbank_due, m_redirect_url, app_scheme, biz_num, popup, niceMobileV2, naverPopupMode, naverUseCfm, naverProducts, naverCultureBenefit, naverProductCode, naverActionType, naverPurchaserName, naverPurchaserBirthday, naverChainId, naverMerchantUserKey, cultureBenefit, naverInterface, card, confirm_url, period } } diff --git a/iamport-ios.podspec b/iamport-ios.podspec index 14438fd..ca5f387 100644 --- a/iamport-ios.podspec +++ b/iamport-ios.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'iamport-ios' - s.version = '1.4.0' + s.version = '1.4.1' s.summary = 'iamport-ios will help develop for your iOS App payments' # This description is used to generate tags and improve search results.