Skip to content

PayTo: Stored payment method#2046

Merged
erenbesel merged 28 commits intofeature/payto-basefrom
feature/payto-stored
Mar 13, 2025
Merged

PayTo: Stored payment method#2046
erenbesel merged 28 commits intofeature/payto-basefrom
feature/payto-stored

Conversation

@erenbesel
Copy link
Copy Markdown
Contributor

Summary

Stored payment option for PayTo

Ticket

COIOS-879

@erenbesel erenbesel added the chore a pull request that has chore changes that shouldn't be in the release notes label Mar 11, 2025
github-actions[bot]
github-actions Bot previously approved these changes Mar 11, 2025
github-actions[bot]
github-actions Bot previously approved these changes Mar 11, 2025
neelSharma12
neelSharma12 previously approved these changes Mar 11, 2025
@erenbesel erenbesel requested a review from atmamont March 12, 2025 09:52
github-actions[bot]
github-actions Bot previously approved these changes Mar 12, 2025
@erenbesel erenbesel requested a review from neelSharma12 March 12, 2025 10:57
@Adyen Adyen deleted a comment from sonarqubecloud Bot Mar 12, 2025
github-actions[bot]
github-actions Bot previously approved these changes Mar 12, 2025
neelSharma12
neelSharma12 previously approved these changes Mar 12, 2025
Comment thread Adyen/Core/Payment Methods/Abstract/AnyPaymentMethodDecoder.swift Outdated
Comment thread Demo/Common/Networking/PaymentsRequest.swift
Comment thread Demo/Common/Networking/SessionRequest.swift
Comment thread Tests/IntegrationTests/Card Tests/StoredPaymentMethodComponentTests.swift Outdated
Comment thread Tests/IntegrationTests/DropIn Tests/ComponentManagerTests.swift Outdated
github-actions[bot]
github-actions Bot previously approved these changes Mar 12, 2025
@github-actions
Copy link
Copy Markdown
Contributor

👀 1 public change detected

Comparing feature/payto-stored to feature/payto-base

❇️1 Addition

Adyen

❇️ Added

public struct StoredPayToPaymentMethod: Adyen.StoredPaymentMethod {
  public func defaultDisplayInformation(using parameters: Adyen.LocalizationParameters?) -> Adyen.DisplayInformation
  public func encode(to encoder: any Swift.Encoder) throws -> Swift.Void
  public init(from decoder: any Swift.Decoder) throws
  public let identifier: Swift.String { get }
  public let label: Swift.String { get }
  public let name: Swift.String { get }
  public let supportedShopperInteractions: [Adyen.ShopperInteraction] { get }
  public let type: Adyen.PaymentMethodType { get }
  public var merchantProvidedDisplayInformation: Adyen.MerchantCustomDisplayInformation?
}

Analyzed targets: Adyen, AdyenActions, AdyenCard, AdyenCashAppPay, AdyenComponents, AdyenDelegatedAuthentication, AdyenDropIn, AdyenEncryption, AdyenSession, AdyenSwiftUI, AdyenTwint, AdyenWeChatPay

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@atmamont atmamont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@erenbesel erenbesel merged commit c31717f into feature/payto-base Mar 13, 2025
12 checks passed
@erenbesel erenbesel deleted the feature/payto-stored branch March 13, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore a pull request that has chore changes that shouldn't be in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants