We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reason
Type Reason doesn't exist but is referenced several times. For example:
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
The text was updated successfully, but these errors were encountered:
also found the same thing for Type -> GiftCardType and Status -> GiftCardStatus
Type
GiftCardType
Status
GiftCardStatus
Sorry, something went wrong.
sorry, one more: Type->GiftCardActivityType on GiftCardActivity
GiftCardActivityType
GiftCardActivity
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: