Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Sep 6, 2021
1 parent f660268 commit d2137d1
Show file tree
Hide file tree
Showing 168 changed files with 3,789 additions and 1,001 deletions.
2 changes: 1 addition & 1 deletion .version
@@ -1 +1 @@
6.2.5
6.3.0
2 changes: 1 addition & 1 deletion .version_code
@@ -1 +1 @@
6020500
6030000
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@
### NEXT_VERSION_DESCRIPTION_BEGIN
### NEXT_VERSION_DESCRIPTION_END

## [6.3.0] (06-09-2021)

* Добавлена функциональность сохранения платёжного метода

## [6.2.6] (12-08-2021)

* исправления для CI

## [6.2.5] (06-08-2021)

* Исправление вёрстки для корнер кейса с неполностью сконфигурированным навбаром презентующего контроллера.
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
@@ -1,7 +1,7 @@
github "yoomoney/functional-swift" ~> 1.6.7
github "yoomoney/core-api-swift" ~> 1.11.4
github "yoomoney/yookassa-wallet-api-swift" ~> 2.3.1
github "yoomoney/yookassa-payments-api-swift" ~> 2.7.2
github "yoomoney/yookassa-payments-api-swift" ~> 2.11.0
binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/MoneyAuth.json" ~> 2.34.1
binary "https://raw.githubusercontent.com/yandexmobile/metrica-sdk-ios/master/YandexMobileMetrica.json" ~> 3.0
binary "https://raw.githubusercontent.com/yoomoney/yookassa-threat-metrix-adapter-ios/main/ThreatMetrixAdapter.json" ~> 3.3.0
4 changes: 3 additions & 1 deletion Cartfile.resolved
@@ -1,7 +1,9 @@
binary "https://raw.githubusercontent.com/yandexmobile/metrica-sdk-ios/master/YandexMobileMetrica.json" "3.17.0"
binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/MoneyAuth.json" "2.34.1"
binary "https://raw.githubusercontent.com/yoomoney/yookassa-threat-metrix-adapter-ios/main/ThreatMetrixAdapter.json" "3.3.0"
github "AliSoftware/OHHTTPStubs" "8.0.0"
github "yoomoney/core-api-swift" "1.11.4"
github "yoomoney/functional-swift" "1.6.7"
github "yoomoney/yookassa-payments-api-swift" "2.7.2"
github "yoomoney/test-instruments-api-swift" "2.2.4"
github "yoomoney/yookassa-payments-api-swift" "2.11.0"
github "yoomoney/yookassa-wallet-api-swift" "2.3.1"
3 changes: 2 additions & 1 deletion Podfile
@@ -1,5 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'git@github.com:yoomoney-tech/cocoa-pod-specs.git'
source 'git@github.com:yoomoney/cocoa-pod-specs.git'

platform :ios, '10.0'
use_frameworks!
Expand All @@ -13,6 +13,7 @@ target 'YooKassaPaymentsDemoApp' do
pod 'Reveal-SDK', :configurations => ['Debug']

pod 'YooKassaPayments', :path => './'
pod 'YooKassaPaymentsApi', '~> 2.11.0'
end

post_install do |installer|
Expand Down
13 changes: 7 additions & 6 deletions Podfile.lock
Expand Up @@ -14,14 +14,14 @@ PODS:
- YandexMobileMetrica/Dynamic/Core (3.17.0)
- YandexMobileMetrica/Dynamic/Crashes (3.17.0):
- YandexMobileMetrica/Dynamic/Core
- YooKassaPayments (6.2.5):
- YooKassaPayments (6.3.0):
- MoneyAuth (~> 2.34.1)
- ThreatMetrixAdapter (~> 3.3.0)
- YandexMobileMetrica/Dynamic (~> 3.0)
- YooKassaPaymentsApi (~> 2.7.2)
- YooKassaPaymentsApi (~> 2.11.0)
- YooKassaWalletApi (~> 2.3.1)
- YooMoneyCoreApi (~> 1.11.4)
- YooKassaPaymentsApi (2.7.2):
- YooKassaPaymentsApi (2.11.0):
- FunctionalSwift (~> 1.6.7)
- YooMoneyCoreApi (~> 1.11.4)
- YooKassaWalletApi (2.3.1):
Expand All @@ -35,6 +35,7 @@ DEPENDENCIES:
- Reveal-SDK
- SwiftLint
- YooKassaPayments (from `./`)
- YooKassaPaymentsApi (~> 2.11.0)

SPEC REPOS:
"git@github.com:yoomoney-tech/cocoa-pod-specs.git":
Expand Down Expand Up @@ -62,11 +63,11 @@ SPEC CHECKSUMS:
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
ThreatMetrixAdapter: 309bc3d0afff4706c882844203df6d3f89a6bf0c
YandexMobileMetrica: 9e713c16bb6aca0ba63b84c8d7b8b86d32f4ecc4
YooKassaPayments: 6305b342c6cd599b787604e5291b5d9d8ace3b5f
YooKassaPaymentsApi: 50d9ff8a3e76f3aaf01efe5ff7dcd1b813635044
YooKassaPayments: 70de07ab77f1cd0ddb99bc3ba409f3c04bd65eb1
YooKassaPaymentsApi: e967fc3ffbb797e6412e077f0f896a1562c9bdc3
YooKassaWalletApi: c1916b692ad842ae04917a10ce66d6d2f971c653
YooMoneyCoreApi: d228ca30d6936bc81642988c93d26eba271261f8

PODFILE CHECKSUM: 244e8940e0dad39285e45c19cac783789255a4e4
PODFILE CHECKSUM: e3d8979584d168459cceff74a485647132ad28ae

COCOAPODS: 1.10.1
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -531,6 +531,7 @@ let moduleData = TokenizationModuleInputData(
| customizationSettings | CustomizationSettings | The blueRibbon color is used by default. Color of the main elements, button, switches, and input fields. |
| moneyAuthClientId | String | By default: `nil`. ID for the center of authorizationin the YooMoney system |
| applicationScheme | String | By default: `nil`. Scheme for returning to the app after a successful payment via `Sberpay` in the Sberbank Online app or after a successful sign-in to `YooMoney` via the mobile app. |
| customerId | String | By default: `nil`. Unique customer id for your system, ex: email or phone number. 200 symbols max. Used by library to save user payment method and display saved methods. It is your responsibility to make sure that a particular customerId identifies the user, which is willing to make a purchase. For example use two-factor authentication. Using wrong id will let the user to use payment methods that don't belong to this user.|
### BankCardRepeatModuleInputData

>Required parameters:
Expand Down
1 change: 1 addition & 0 deletions README_RU.md
Expand Up @@ -531,6 +531,7 @@ let moduleData = TokenizationModuleInputData(
| customizationSettings | CustomizationSettings | По умолчанию используется цвет blueRibbon. Цвет основных элементов, кнопки, переключатели, поля ввода. |
| moneyAuthClientId | String | По умолчанию `nil`. Идентификатор для центра авторизации в системе YooMoney. |
| applicationScheme | String | По умолчанию `nil`. Схема для возврата в приложение после успешной оплаты с помощью `Sberpay` в приложении СберБанк Онлайн или после успешной авторизации в `YooMoney` через мобильное приложение. |
| customerId | String | По умолчанию `nil`. Уникальный идентификатор покупателя в вашей системе, например электронная почта или номер телефона. Не более 200 символов. Используется, если вы хотите запомнить банковскую карту и отобразить ее при повторном платеже в mSdk. Убедитесь, что customerId относится к пользователю, который хочет совершить покупку. Например, используйте двухфакторную аутентификацию. Если передать неверный идентификатор, пользователь сможет выбрать для оплаты чужие банковские карты.|
### BankCardRepeatModuleInputData

>Обязательные:
Expand Down
5 changes: 2 additions & 3 deletions YooKassaPayments.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YooKassaPayments'
s.version = '6.2.5'
s.version = '6.3.0'
s.homepage = 'https://github.com/yoomoney/yookassa-payments-swift'
s.license = {
:type => "MIT",
Expand Down Expand Up @@ -30,9 +30,8 @@ Pod::Spec.new do |s|
s.ios.library = 'z'

s.ios.dependency 'YooMoneyCoreApi', '~> 1.11.4'
s.ios.dependency 'YooKassaPaymentsApi', '~> 2.7.2'
s.ios.dependency 'YooKassaPaymentsApi', '~> 2.11.0'
s.ios.dependency 'YooKassaWalletApi', '~> 2.3.1'

s.ios.dependency 'MoneyAuth', '~> 2.34.1'
s.ios.dependency 'ThreatMetrixAdapter', '~> 3.3.0'

Expand Down

0 comments on commit d2137d1

Please sign in to comment.