You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose endpoints for smart voucher reservation and reservation cancellation
a) for voucher reservation - replace BuyVoucherAsync with ReserveVoucherAsync
b) for voucher reservation cancellation - add CancelVoucherReservationAsync(string shortCode)
Implement exposed endpoints
Implementation details:
Preserve existing buy voucher logic - it would be used in #6
The text was updated successfully, but these errors were encountered:
starkmsu
changed the title
Endpoint for smart voucher reservation
Smart voucher reservation feature
Apr 20, 2020
Expose endpoints for smart voucher reservation and reservation cancellation
a) for voucher reservation - replace BuyVoucherAsync with ReserveVoucherAsync
b) for voucher reservation cancellation - add CancelVoucherReservationAsync(string shortCode)
Implement exposed endpoints
Implementation details:
Preserve existing buy voucher logic - it would be used in #6
The text was updated successfully, but these errors were encountered: