mlteam
Forum Replies Created
-
Having the same issue here now. version Version 1.0.10
Here is the error
`[error] => Array
(
[name] => INVALID_REQUEST
[message] => Request is not well-formed, syntactically incorrect, or violates schema.
[debug_id] => 87032d3be1952
[details] => Array
(
[0] => Array
(
[field] => /payer/address/country_code
[value] =>
[location] => body
[issue] => INVALID_STRING_LENGTH
[description] => The value of a field is either too short or too long.
)[1] => Array
(
[field] => /payer/address/country_code
[value] =>
[location] => body
[issue] => INVALID_PARAMETER_SYNTAX
[description] => The value of a field does not conform to the expected format.
))
[links] => Array
(
[0] => Array
(
[href] => https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_SYNTAX
[rel] => information_link
[encType] => application/json
)[1] => Array
(
[href] => https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_STRING_LENGTH
[rel] => information_link
[encType] => application/json
))
)
)`
Forum: Plugins
In reply to: [WooCommerce] Email Order on Version 6.4There is no setting or hook that I can perform in order to disabled it?