We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Paymill::Coupon.create(name: 'Fixed Value Coupon', type: 'fixed_value', fixed_value: 1000) Paymill::Coupon.create(name: 'Percent Value Coupon', type: 'percent_value', percent_value: 10)