Open jonlund opened 3 years ago
Type Reason doesn't exist but is referenced several times. For example:
Reason
property reason on method GiftCardActivityAdjustDecrement should be GiftCardActivityAdjustDecrementReason not Reason.
reason
GiftCardActivityAdjustDecrement
GiftCardActivityAdjustDecrementReason
property reason on method GiftCardActivityAdjustIncrement should be GiftCardActivityAdjustIncrementReason not Reason
GiftCardActivityAdjustIncrement
GiftCardActivityAdjustIncrementReason
same is true for GiftCardActivityBlock, GiftCardActivityClearBalance, GiftCardActivityDeactivate, and GiftCardActivityUnblock
GiftCardActivityBlock
GiftCardActivityClearBalance
GiftCardActivityDeactivate
GiftCardActivityUnblock
also found the same thing for Type -> GiftCardType and Status -> GiftCardStatus
Type
GiftCardType
Status
GiftCardStatus
sorry, one more: Type->GiftCardActivityType on GiftCardActivity
GiftCardActivityType
GiftCardActivity
Type
Reason
doesn't exist but is referenced several times. For example:property
reason
on methodGiftCardActivityAdjustDecrement
should beGiftCardActivityAdjustDecrementReason
notReason
.property
reason
on methodGiftCardActivityAdjustIncrement
should beGiftCardActivityAdjustIncrementReason
notReason
same is true for
GiftCardActivityBlock
,GiftCardActivityClearBalance
,GiftCardActivityDeactivate
, andGiftCardActivityUnblock