-
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
feature: Add Adyen Blik to Headless #1005
Conversation
3facac6
to
46bd9c9
Compare
Appetize link: https://appetize.io/app/wadz533rcnu4zd6skwtg2l6dga |
redirectManager = try PrimerHeadlessUniversalCheckout.NativeUIManager(paymentMethodType: paymentMethodType) | ||
try redirectManager?.showPaymentMethod(intent: sessionIntent) | ||
} catch { | ||
print("\n\nMERCHANT APP\n\(#function)\nerror: \(error)") |
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.
@BorisNikolic do we need to send analytics data, or logs at this point to Kibana?
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.
Actually no need, this is the debug app code, the view controller utilising headless implementation as an example.
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.
Please add some tests
Will do that, totally forgot to add them 🤦 |
79ee26c
to
590dbe7
Compare
Generated by 🚫 Danger Swift against 0d00a77 |
Package.resolved
Outdated
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.
Would you expect this addition here?
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.
Ehm, nope...
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.
Removed.
|
||
var rawData: PrimerRawData? { | ||
didSet { | ||
if let rawPhoneNumberInput = self.rawData as? PrimerOTPData { |
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.
This variable name is a little misleading
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.
Fixed and pushed.
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.
Nice work, a couple of nits
7f823d8
to
330fe24
Compare
330fe24
to
0d00a77
Compare
Quality Gate failedFailed conditions |
JIRA