Skip to content

Commit

Permalink
Merge pull request #22 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/fix-extension-override to master

* commit '31fa9d410671a218c7dd9e3abc095599cf1c0e6c':
  Fix extension override
  • Loading branch information
oltv00 committed Oct 25, 2018
2 parents a311e49 + 31fa9d4 commit 987d435
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,6 @@ extension UIButton {

extension UIButton {

// TODO: Remove in ios-1764
open override func tintColorDidChange() {
applyStyles()
}

// TODO: Remove in ios-1765
open override var intrinsicContentSize: CGSize {
let size = super.intrinsicContentSize
return CGSize(width: size.width + titleEdgeInsets.left + titleEdgeInsets.right,
height: size.height + titleEdgeInsets.top + titleEdgeInsets.bottom)
}

private func setColorizedImage(_ image: UIImage,
color: UIColor,
for state: UIControlState) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ final class RootViewController: UIViewController {
}

let amount = Amount(value: settings.price, currency: .rub)
let oauthToken = "live_MTkzODU2ScFXd5EXdUIP1HXmGSvpeLO3yMPnaPs2rs0"
let oauthToken = "live_MTkzODU2VY5GiyQq2GMPsCQ0PW7f_RSLtJYOT-mp_CA"
let inputData = TokenizationModuleInputData(clientApplicationKey: oauthToken,
shopName: translate(Localized.name),
purchaseDescription: translate(Localized.description),
Expand Down

0 comments on commit 987d435

Please sign in to comment.