Skip to content

Commit

Permalink
feat(openapi): add cashback to charge post
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell committed Oct 27, 2023
1 parent ac1e087 commit 677c510
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/swaggers/openpix.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/swaggers/openpix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2973,6 +2973,12 @@ components:
value:
type: string
description: value of object
enableCashbackPercentage:
type: boolean
description: true to enable cashback and false to disable.
enableCashbackExclusivePercentage:
type: boolean
description: true to enable fidelity cashback and false to disable.
required:
- correlationID
- value
Expand Down
2 changes: 1 addition & 1 deletion static/openpixPostman.json

Large diffs are not rendered by default.

0 comments on commit 677c510

Please sign in to comment.