This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
[3.1.8] - 2019-11-05 (Enhancements / BugFix Release)
Changed
- Generated HPP models and put them in a new namespace Klarna.Rest.Core.Model.HostedPaymentPage. Generated models have all fields in the API
and fixes #77
Added
- Overloaded HostedPaymentPageStore methods to use new HPP models.
Fixed
- Fixes the GET endpoint for sessions to be
/hpp/v1/sessions/{sessionid}
instead of/hpp/v1/sessions/{session}/status
. Fixes #78