RomanovM wrote:I just tried to make a purchase using this postal code during checkout and it works fine.
I still can't get it to work.
This is the error I'm getting:
Nop.Core.NopException: Failed request (BadRequest): Request is not well-formed, syntactically incorrect, or violates schema.
{
"name": "INVALID_REQUEST",
"message": "Request is not well-formed, syntactically incorrect, or violates schema.",
"debug_id": "6b0098a2569b6",
"details": [
{
"field": "/purchase_units/@reference_id=='default'/supplementary_data/card/level3/shipping_address/country_code",
"value": "",
"location": "body",
"issue": "MISSING_REQUIRED_PARAMETER",
"description": "A required field / parameter is missing."
},
{
"field": "/purchase_units/@reference_id=='default'/shipping/address/country_code",
"value": "",
"location": "body",
"issue": "MISSING_REQUIRED_PARAMETER",
"description": "A required field / parameter is missing."
}
],
"links": [
{
"title": null,
"href": "https://developer.paypal.com/docs/api/orders/v2/#error-MISSING_REQUIRED_PARAMETER",
"method": null,
"rel": "information_link",
"encType": "application/json",
"mediaType": null
}
]
}