Skip to content

Instantly share code, notes, and snippets.

@juque
Created November 25, 2021 19:23
Show Gist options
  • Save juque/2dbe1ea1edbd5961ea09572dee3ed183 to your computer and use it in GitHub Desktop.
Save juque/2dbe1ea1edbd5961ea09572dee3ed183 to your computer and use it in GitHub Desktop.
...
payload = {
name: "Descuento para #{product.title}",
discount_type: 'fixed',
tiers: [
{from: 5, to: 9, value: 1900},
{from: 9, to: nil, value: 2500}
]
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment