-
Notifications
You must be signed in to change notification settings - Fork 295
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
[V7] Add Encodable
protocol for paypal_accounts
LPM
#1493
Conversation
Encodable
protocol for paypal_accounts
LPM
// MARK: - Private Properties | ||
|
||
private let paypalAccount: LocalPaymentPayPalAccount | ||
private let meta: LocalPaymentPayPalAccountMetadata |
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.
Nit: can we name this either payPalAccountMetadata
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.
Yes, we can, Updated: c291980
|
||
// MARK: - Private Properties | ||
|
||
private let paypalAccount: LocalPaymentPayPalAccount |
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.
private let paypalAccount: LocalPaymentPayPalAccount | |
private let payPalAccount: LocalPaymentPayPalAccount |
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.
Updated: c291980
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.
lgtm!
Summary of changes
post
bodies used in the LocalPayment PayPal Accounts flow.Checklist
[ ] Added a changelog entryAuthors