Skip to content

Commit

Permalink
EACQAPW-4772: Fix TinkoffPay Analytics (#383)
Browse files Browse the repository at this point in the history
* EACQAPW-4772: Add TinkoffPay analytics

* EACQAPW-4772: Update CHANGELOG
  • Loading branch information
akhaman authored May 12, 2023
1 parent 043c023 commit 6a23434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@

### Fixed

* [EACQAPW-4762] - Add PayType to PaymentOptions
* [EACQAPW-4762] Add PayType to PaymentOptions
* [EACQAPW-4772] Fix TinkoffPay Analytics

## [2.19.0] - 2023-04-13Z

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ extension MainFormPresenter {
cardScannerDelegate: cardScannerDelegate
)
case let .tinkoffPay(version):
let cancellable = tinkoffPayController.performPayment(paymentFlow: paymentFlow, method: version)
let cancellable = tinkoffPayController.performPayment(paymentFlow: paymentFlow.withTinkoffPayAnalytics(), method: version)
presentationState = .tinkoffPayProcessing(cancellable)
view?.showCommonSheet(state: .tinkoffPay.processing)
case .sbp:
Expand Down

0 comments on commit 6a23434

Please sign in to comment.