Created
November 25, 2021 19:23
-
-
Save juque/2dbe1ea1edbd5961ea09572dee3ed183 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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