Skip to content
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

[patch] Add support for endpoint for listing customer's redeemables #268

Merged

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3234798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec21c6 View commit details
    Browse the repository at this point in the history
  3. Fixed listRedeemables url

    jkaliszuk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6804d0a View commit details
    Browse the repository at this point in the history
  4. Added Redeemable statuses.

    jkaliszuk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b1951c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7aaa6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e28df11 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix - drop 'page' param from 'CustomerRedeemablesListQueryParams' int…

    …erface as it is not available
    darekg11 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e28c9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38800fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd0311 View commit details
    Browse the repository at this point in the history
  4. fix - add dedicated type for Voucher Redeemable in Customers's Redeem…

    …abel List since it is not the same as Voucher type
    darekg11 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    73df162 View commit details
    Browse the repository at this point in the history
  5. fix - data field in 'CustomerRedeemablesListResponse' is plain array,…

    … not Record. Add more fields to 'RedeemableContainerVoucher'
    darekg11 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cc98947 View commit details
    Browse the repository at this point in the history
  6. fix - add missing fields 'has_more' and 'more_starting_after' to 'Cus…

    …tomerRedeemablesListResponse'
    darekg11 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e870816 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fixes for CustomerRedeemables endpoint:

    - types names following CONTRIBUTING.md
    - add missing voucher.gift.effect
    - adding missing voucher.loyalty_card.next_expiration_date and voucher.loyalty_card.next_expiration_points
    - adding missing voucher.redemption.redeemed_points
    - voucher.active as optional field
    Marcin Slezak committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f87f608 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Change NOT_ACTIVE validity status to NOT_ACTIVE_YET

    Marcin Slezak committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b992e9 View commit details
    Browse the repository at this point in the history