Skip to content

Commit

Permalink
[BIOS-843] Fix return url
Browse files Browse the repository at this point in the history
  • Loading branch information
oltv00 committed Jan 30, 2019
1 parent e5e9104 commit 15e4696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SPEC CHECKSUMS:
FunctionalSwift: ccb7b6b0918f3d189fa12ce1f6ba716d8053b19a
SwiftLint: 4e37cb5cd33435170dfd09fba089f41fdbf64d53
When: 4ffc88d535a094ad4bd5eaf2fd187de747e716d1
YandexCheckoutPayments: 2088063fd75b2981b77aad0f4b229a3e486193db
YandexCheckoutPayments: 2b5ce7b28ef515a80ab603aae39852f482bc78c4
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.0'
s.version = '2.0.1'
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 @@ -733,6 +733,6 @@ private func makeStrategy(paymentOption: PaymentOption,
// MARK: - Constants

private enum Constants {
static let returnUrl = "yandexcheckout://return"
static let returnUrl = "https://custom.redirect.url/"
static let minimalRecommendedPaymentsOptions = 1
}

0 comments on commit 15e4696

Please sign in to comment.