Checkout data Error
-
In /modules/ppcp-api-client/src/Entity/Address.php please cast the type of postcode variable, paypal seems to need a string.
public function __construct( ... $postal_code = '' ) { ... $this->postal_code = strval($postal_code); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Checkout data Error’ is closed to new replies.