Skip to content

Commit

Permalink
Merge pull request #48 in IL/yandex-checkout-payments-swift from ~TVE…
Browse files Browse the repository at this point in the history
…RDOKHLEB/yandex-checkout-payments-swift:task/b2b/BIOS-845 to master

* commit '54a3405986e6e79675c6273123b21b3e6ef913de':
  [BIOS-845] Ignore redirectUrl from deprecated method
  • Loading branch information
oltv00 committed Jan 31, 2019
2 parents 6e797f5 + 54a3405 commit 6f6b1a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- FunctionalSwift (1.1.1)
- SwiftLint (0.30.0)
- When (4.0.0)
- YandexCheckoutPayments (2.0.0):
- YandexCheckoutPayments (2.0.2):
- FunctionalSwift (~> 1.1.0)
- When (~> 4.0.0)
- YandexCheckoutPaymentsApi (~> 1.1.0)
Expand Down Expand Up @@ -59,7 +59,7 @@ SPEC CHECKSUMS:
FunctionalSwift: ccb7b6b0918f3d189fa12ce1f6ba716d8053b19a
SwiftLint: 4e37cb5cd33435170dfd09fba089f41fdbf64d53
When: 4ffc88d535a094ad4bd5eaf2fd187de747e716d1
YandexCheckoutPayments: 2b5ce7b28ef515a80ab603aae39852f482bc78c4
YandexCheckoutPayments: aaab9af69d40fb3fa6e51bb969ce594a874fcd49
YandexCheckoutPaymentsApi: cf4c39a8245d10816fb63a112b662b92634bc3a8
YandexCheckoutShowcaseApi: 48d7e41eafcca525c9a08c247d93e19642835eb1
YandexCheckoutWalletApi: 080ef6687efe689668c880c7b69544accc8834e6
Expand Down
2 changes: 1 addition & 1 deletion YandexCheckoutPayments.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YandexCheckoutPayments'
s.version = '2.0.1'
s.version = '2.0.2'
s.homepage = 'https://github.com/yandex-money/yandex-checkout-payments-swift'
s.license = {
:type => "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ extension TokenizationPresenter: TokenizationModuleInput {
func start3dsProcess(requestUrl: String, redirectUrl: String) {
let moduleInputData
= CardSecModuleInputData(requestUrl: requestUrl,
redirectUrl: redirectUrl,
redirectUrl: inputData.returnUrl ?? Constants.returnUrl,
isLoggingEnabled: inputData.isLoggingEnabled)
present3dsModule(inputData: moduleInputData)
}
Expand Down

0 comments on commit 6f6b1a6

Please sign in to comment.