Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyAndriyovuch authored Oct 24, 2023
1 parent 4441334 commit 1851952
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ end
Options:
- discount - is an number, which represents a % of discount if discount_is_fixed: false and an amount of discount if discount_is_fixed: true
- discount_is_fixed - a Boolean which sets the type of discount:
- ```true``` fixed amount of discount will be applied, for example a coupon
- ```false``` discount amount will be preceded by %.
* can be Integer, Float or BigDecimal
- ```true``` fixed amount of discount will be applied, for example a coupon (use Integer or BigDecimal in ```discount``` )
- ```false``` discount amount will be preceded by % (use Integer in ```discount``` for corrent counting of 0-100 %)


### Verify transaction
Expand Down

0 comments on commit 1851952

Please sign in to comment.