-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Implement Co-badged Cards on Drop-in #1050
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # Debug App/Sources/View Controllers/MerchantHeadlessCheckoutRawDataViewController.swift
guard let self = self else { return } | ||
self.alternativelySelectedCardNetwork = cardNetwork.network | ||
self.rawCardData.cardNetwork = cardNetwork.network | ||
self.rawDataManager?.rawData = self.rawCardData // TODO: (BNI) This does not work for unknown reason |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ TODOs should be resolved ((BNI) This does not work for u...). (todo
)
Generated by 🚫 Danger Swift against ba30089 |
e9821b2
to
ceca053
Compare
4110a2a
to
893634f
Compare
Appetize link: https://appetize.io/app/ju633gutygpu3uqvzhjm2eeehq |
….com/primer-io/primer-sdk-ios into feature/ACC-4371-co-badged-on-dropin
050b0de
to
5a157b4
Compare
|
e88f4c1
to
bb4db87
Compare
bb4db87
to
ec8d36c
Compare
@borisprimer looks like we have a failing UI test since adding these changes |
} | ||
// swiftlint:enable type_body_length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ File should contain 400 lines or less: currently contains 401 (file_length
)
912596c
to
ba30089
Compare
|
Description
CHKT-4371
Other Notes
Manual Testing
I tested manually multiple scenarios, it would be nice to test it as well if you can @NQuinn27