Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented: Postal Address Validation service (#1tkuhrm) #5

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

sheetalj2205
Copy link
Contributor

  • Added service of validate postal address
  • Created get#AddressMap service for making map of Address

Related ticket:
Link: [https://app.clickup.com/t/1tkuhrm]

@sheetalj2205
Copy link
Contributor Author

@dixitdeepak Please check

@sheetalj2205 sheetalj2205 changed the title Implemented: Postal Address Validation service Implemented: Postal Address Validation service (#1tkuhrm) Dec 31, 2021
@sheetalj2205
Copy link
Contributor Author

@dixitdeepak @gurveenbagga Please review this PR

@@ -31,20 +31,145 @@
RestClient restClient = ec.service.rest()
restClient.method(methodType)
restClient.uri(connectUrl)
.addHeader("AccessLicenseNumber", "3CECCCED52F173F2")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the credentials.

@@ -31,20 +31,145 @@
RestClient restClient = ec.service.rest()
restClient.method(methodType)
restClient.uri(connectUrl)
.addHeader("AccessLicenseNumber", upsShippingConfig.accessLicenceNumber)
.addHeader("Password", upsShippingConfig.password)
.addHeader("Username", upsShippingConfig.userId)
.basicAuth(upsShippingConfig.userId, upsShippingConfig.password)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove basicAuth as we are adding headers?

@dixitdeepak dixitdeepak removed their request for review May 31, 2023 12:42
@dixitdeepak dixitdeepak removed their assignment May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants