diff --git a/address-verification/loqate-address-verification/catalog.json b/address-verification/loqate-address-verification/catalog.json new file mode 100644 index 0000000..bc2f0ef --- /dev/null +++ b/address-verification/loqate-address-verification/catalog.json @@ -0,0 +1,7 @@ +{ + "latest": { + "version": "INIT", + "tag": "INIT" + }, + "versions": [] +} diff --git a/address-verification/loqate-address-verification/loqate-address-verification-v1.0.0.zip b/address-verification/loqate-address-verification/loqate-address-verification-v1.0.0.zip new file mode 100644 index 0000000..078a626 Binary files /dev/null and b/address-verification/loqate-address-verification/loqate-address-verification-v1.0.0.zip differ diff --git a/commerce-apps-manifest/manifest.json b/commerce-apps-manifest/manifest.json index 6d2eb6f..e78247a 100644 --- a/commerce-apps-manifest/manifest.json +++ b/commerce-apps-manifest/manifest.json @@ -65,5 +65,19 @@ "provider": "custom" } ], + "address-verification": [ + { + "id": "loqate-address-verification", + "name": "Loqate Address Verification", + "description": "Address Verification Application with GBG Loqate", + "iconName": "loqate.png", + "domain": "address-verification", + "type": "app", + "provider": "thirdParty", + "version": "1.0.0", + "zip": "loqate-address-verification-v1.0.0.zip", + "sha256": "0519a9e53d1eb79c318b76444c081f498172bd15cfeb5ed1757f0c650227c45e" + } + ], "additionalFeature": [] } diff --git a/commerce-apps-manifest/translations/en-US.json b/commerce-apps-manifest/translations/en-US.json index 64fc95d..2bd48b2 100644 --- a/commerce-apps-manifest/translations/en-US.json +++ b/commerce-apps-manifest/translations/en-US.json @@ -22,5 +22,9 @@ "custom-payment": { "name": "Custom Payment", "description": "Configure a custom payment integration by providing your own APIs." + }, + "loqate-address-verification": { + "name": "Loqate Address Verification", + "description": "Address Verification Application with GBG Loqate" } }