-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
[API Reference - Stackable API] Redeemebales -> object bug #446
Comments
Some 'bigger' issues I have found so far: 1.Create segment - should there be a drop-down list and possibility to select ‘empty’ slots? Shouldn’t it be fixed and set to ‘static’ in Static and ‘auto-update’ in Dynamic? Because now you can select 'empty' field which causes API call to fail. Also when you switch to Dynamic we already have 'static' selected inside it at the beginning. It doesn't cause error, however, as in the code window it says 'auto update'.
|
@MaciekVoucheirfy @karolinatrzcionka I have addressed the above concerns as follows:
|
@janiksam regarding Validate Stackable Discounts issue, I think that setting one of the dropdown values as default should do the trick. The rest of the values (promo tier and stack) will still be there and the user will have the possibility to switch to one of them, right? |
Just writing a note here from our conversation on slack so we can track progress. I've addressed the concerns listed in the above git hub bug report and my comments can be found here. And the updates in this pull request. We tested the login today with Maciek and it seems to be working fine except when we have metrics enabled (history). I have disabled the history to get rid of undesired behaviors. |
@karolinatrzcionka, regarding above comment for Validate Stackable Discounts. You are correct. I have updated the default value to be |
When the Validate Stackable Discount is used for the first time, the redeemables -> object is set to "voucher" but the object itself is not present in the API request. When user pastes the voucher id and tries to run the request the payload comes as invalid (see attachment)
User needs to change the object to anything and then back to voucher to get this working
The text was updated successfully, but these errors were encountered: