-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
add brand, vendor support to commerce (#1601) #1731
Conversation
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.
Thanks for this addition! Looks good to me!
@@ -23,4 +23,10 @@ Faker::Commerce.promotion_code #=> "AmazingDeal829102" | |||
Faker::Commerce.promotion_code(digits: 2) #=> "AmazingPrice57" | |||
|
|||
Faker::Commerce.material #=> "Plastic" | |||
|
|||
# Generate a random brand | |||
Faker::Commerce.brand #=> "Apple" |
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 ! I will want to use this as well
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.
Thank you!
77f3b9d
to
b970483
Compare
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.
Looks good to me. Thanks!
a2a9f17
to
4384168
Compare
@vbrazo, @Zeragamba are we good to merge this? Let me know if something is missing! |
Thank you! |
@psibi excellent, thank you! |
#1601
The new brand method on Faker::Commerce will result in this
The new vendor method on Faker::Commerce will result in this