Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1019 Bytes

Release_notes_11.1.adoc

File metadata and controls

29 lines (19 loc) · 1019 Bytes

Release notes v.11.1

Table of Contents

  • Replaced all occurrences of CmsPayment with CmsBasePaymentResponse

  • Added business object to AuthorisationSpi#getScaStatus

  • Added pagination to event-service

  • Fixed npe in AIS Consent checksum validation

Replaced all occurrences of CmsPayment with CmsBasePaymentResponse

From now on, CmsPayment usages are replaced with CmsBasePaymentResponse.

Added business object to AuthorisationSpi#getScaStatus

The method AuthorisationSpi#getScaStatus was extended by adding business object.

Added pagination to event-service

From now on, pagination works for the next endpoints: - GET aspsp-api/v1/events - GET aspsp-api/v1/events/consent/{consent-id} - GET aspsp-api/v1/events/payment/{payment-id} - GET aspsp-api/v1/events/type/{event-type} - GET aspsp-api/v1/events/origin/{event-origin}

From now on, AIS Consent checksum validation works properly for multi-account consents without aspsp account id.