Faker Elixir (octopus) v0.13.1 FakerElixir.Commerce

Generate fake data for the domain Commerce

Summary

Functions

Return discount code

Return discount code with the number of digits wanted

Functions

coupon()

Return discount code

Example

iex> FakerElixir.Commerce.coupon
"StellarDeal683"
coupon(nb_digits)

Return discount code with the number of digits wanted

Example

FakerElixir.Commerce.coupon(4)
"PremiumSale5496"