voucherifyio / voucherify-java-sdk

Java SDK for Voucherify - coupons, vouchers, promo codes
www.voucherify.io
MIT License
23 stars 12 forks source link

Publish Voucher Response support for newer API version #51

Closed darekg11 closed 6 years ago

darekg11 commented 6 years ago

Changes:

  1. RollbackRedemptionResponse now ueses VoucherResponse for voucher fiield
  2. Added missing fields: id, object, created_at, customer_id, tracking_id for PublishVoucherResponse. Addiotionaly PublishVoucherResponse now contains voucher field.
    By doing so backward compatibility for API - 2017-04-05 will work. And for API - 2017-04-20, voucher field will be mapped with correct properties.