Skip to content

Commit

Permalink
revert url changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiDobrilov committed Mar 13, 2024
1 parent e3eea5f commit 34518fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/js/experian-address-validation.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/ts/address-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,6 @@ export default class AddressValidation {
layout_format: "default",
attributes: this.getEnrichmentAttributes(url.split('/')[6])
}
url = "https://api.uk1.experianaperture.io/address/format/v1/" + url.split('/')[6];

// Initiate a new Format request
this.request.send(url, 'POST', this.result.show, JSON.stringify(data),
Expand Down

0 comments on commit 34518fb

Please sign in to comment.