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 1851952 commit 9a02c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ 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 (use Integer or BigDecimal in ```discount``` )
- ```false``` discount amount will be preceded by % (use Integer in ```discount``` for corrent counting of 0-100 %)
- ```false``` discount amount will be preceded by % (use Integer in ```discount``` for correct counting of 0-100 %)


### Verify transaction
Expand Down

0 comments on commit 9a02c77

Please sign in to comment.