Skip to content

Commit

Permalink
Adjust rewardType & discountItemId in redeemWalletContents (ADV-23971) (
Browse files Browse the repository at this point in the history
#18)

# Motivations
After a Paytronix certification it was requested that these two fields not be included in any API calls when dealing with Paytronix Gift

# Modifications
- Remove `rewardType` and `discountItemId` from the required list in `redeemWwalletContents`, `addRedeem` uses this object. Without them being required, they should no longer be included in any api calls if they aren't included.

https://centeredge.atlassian.net/browse/ADV-23971
  • Loading branch information
JonathanAtCenterEdge authored Oct 25, 2024
1 parent a8dd4e5 commit be4d6a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openapi/components/schemas/redeemWalletContents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ properties:
example: 1.25

required:
- rewardType
- discountItemId
- walletCode
- quantity
- quantity

0 comments on commit be4d6a8

Please sign in to comment.