Skip to content
Switched PCA Predict service to use the new CapturePlus Interactive Find API.

Address lookup functionality is no longer enabled for address formats without a postal code field.

Abstracted heavy lifting for PCA Predict API interaction into abstract class.

Added adapter class (extending API wrapper) with helper functions for find and retrieve endpoints.

Refactored AddressFieldLookupPostcodeAnywhere class to remove API specific functionality and accept wrapper object as constructor param.

Added additional API call to get supported countries from PCA Predict. If a country is not supported the service is not instantiated.

Full multi-country support for PCA Predict.

Improved address field plugin performance by not invoking format updates outside of form mode.

Implemented multi-step lookups for PCA Predict. Used in countries where postal codes indicate wide areas.

Added new test class for testing the field API interaction.