-
Notifications
You must be signed in to change notification settings - Fork 309
[v7] Update BTPayPalLineItem
Parameters
#1672
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
Conversation
note: the integration test suite is passing locally. |
/// - imageURL: Optional. The URL to product image information. | ||
/// - upcCode: Optional. UPC code for the item. | ||
/// - upcType: Optional. UPC type for the item. Defaults to .none. | ||
@objc(initWithQuantity:unitAmount:name:kind:unitTaxAmount:itemDescription:url:productCode:imageURL:upcCode:upcType:) |
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.
Do we need this or does objcMembers
cover us here? We should be able to look at the interface that is built for this in Xcode. Lmk if you want me to show you how!
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.
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.
Low key one of my favorite Xcode features 😂
Summary of changes
BTPayPalLineItem
properties to have everything in the init vs using dot syntaxChecklist
Authors