Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added UI elements for BSB flow #2022

Closed
wants to merge 1 commit into from
Closed

Conversation

neelSharma12
Copy link
Contributor

Summary

  • Instructions title
  • Bank Account Number
  • Bank state branch

Ticket

COIOS-871

@neelSharma12 neelSharma12 added the new a pull request that adds a new feature label Feb 19, 2025
Copy link
Contributor

👀 3 public changes detected

Comparing BSB-UI to feature/payto-base

❇️3 Additions

AdyenComponents

PayToComponent

❇️ Added

@Adyen.AdyenObservable
@_projectedValueProperty($selectedPayToFlow)
final public var selectedPayToFlow: AdyenComponents.PayToComponent.PayToFlowType { get }
final public var $selectedPayToFlow: Adyen.AdyenObservable<AdyenComponents.PayToComponent.PayToFlowType> { get }
public enum PayToFlowType: Swift.Equatable, Swift.Hashable, Swift.Int, Swift.RawRepresentable {
  case BSB
  case payID
  public init?(rawValue: Swift.Int)
  public typealias RawValue = Swift.Int
  public var rawValue: Swift.Int { get }
}

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

@erenbesel erenbesel closed this Feb 20, 2025
@erenbesel erenbesel deleted the BSB-UI branch February 20, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new a pull request that adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants