Releases: AppDirect/service-integration-sdk
Vendor Validation service
Added locale and applicationIdentifier fields to VendorFieldsValidationRequest
Vendor Validation service
As part of the Checkout v2 project a new service called Vendor Validation was developed and implemented.
Version in maven central
Create a new release as 1.56 was not published correctly
Create controller + basic entities for VRF
In order to support Vendor Required Fields (VRF) we need to create a new controller and basic entities.
Allow redirect for POSTs
Right now when a Connector implementing the SDK tries to resolve an event using a marketplace base URL that redirects the request to another url (e.g. www.appdirect.com that redirects to marketplace.appdirect.com) the request fails with a 302 http code since following redirections is not enabled for methods other than GET. This leads to events being stuck in pending.
This PRs enables following redirections for other methods.
Add missing values to PricingUnit enum
#171 Add missing values to PricingUnit enum
SSO Integration with AppMarket
#154 Implement OpenId Connect feature with AppMarket
Add endpoints to manage more domains
Usage Report Support
Now supports sending usage reports to Appmarket.
Bugfix
fixed a NPE occurring when we try to deserialize an event payload from the AppDirect marketplace that does not have the "links" field set