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

Fix Shopper Insights PayPal flow and PayPal Vault flow #1245

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

tdchow
Copy link
Collaborator

@tdchow tdchow commented Dec 16, 2024

Summary of changes

  • Add missing path to Shopper Insights App Link URL
  • Add required postal code for the demo app vault request.

Vault error:

{
   "error": {
      "debugId": "b891a597f94c4",
      "errorDetails": [
         {
            "description": "The specified country requires a postal code.",
            "issue": "SHIPPING_POSTAL_CODE_REQUIRED"
         }
      ],
      "errorMessage": "The requested action could not be performed, semantically incorrect, or failed business validation. --- :",
      "errorName": "UNPROCESSABLE_ENTITY",
      "paypalHttpStatus": 422
   }
}

Checklist

  • Added a changelog entry
  • Relevant test coverage
  • Tested and confirmed payment flows affected by this change are functioning as expected

Authors

List GitHub usernames for everyone who contributed to this pull request.

@tdchow tdchow requested a review from a team as a code owner December 16, 2024 21:00
@tdchow tdchow merged commit 4bfcf65 into main Dec 17, 2024
3 checks passed
@tdchow tdchow deleted the shopper-insights-vault-fix branch December 17, 2024 16:08
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.

3 participants