Skip to content

Releases: AppDirect/service-integration-sdk

Vendor Validation service

11 Apr 18:29
Compare
Choose a tag to compare

Added locale and applicationIdentifier fields to VendorFieldsValidationRequest

Vendor Validation service

29 Mar 12:51
Compare
Choose a tag to compare

As part of the Checkout v2 project a new service called Vendor Validation was developed and implemented.

Version in maven central

11 Mar 15:55
Compare
Choose a tag to compare

Create a new release as 1.56 was not published correctly

Create controller + basic entities for VRF

26 Feb 14:27
Compare
Choose a tag to compare

In order to support Vendor Required Fields (VRF) we need to create a new controller and basic entities.

Allow redirect for POSTs

14 Feb 17:41
Compare
Choose a tag to compare

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

15 Nov 16:36
Compare
Choose a tag to compare

#171 Add missing values to PricingUnit enum

SSO Integration with AppMarket

23 Feb 14:37
Compare
Choose a tag to compare

#154 Implement OpenId Connect feature with AppMarket

Add endpoints to manage more domains

15 Nov 15:43
Compare
Choose a tag to compare
  • Add an endpoint to add a domain to a specific account #135
  • Add an endpoint to remove a domain to a specific account #136
  • fix release issues #137 #138

Usage Report Support

22 Aug 20:06
Compare
Choose a tag to compare

Now supports sending usage reports to Appmarket.

Bugfix

21 Jul 18:04
Compare
Choose a tag to compare

fixed a NPE occurring when we try to deserialize an event payload from the AppDirect marketplace that does not have the "links" field set