• 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)
  • Plugin Support Krystian

    (@inpsydekrystian)

    Hello @carmelobaglieri

    I have escalated this issue to our development team for further investigation. While they are reviewing the case, it would be beneficial if you could provide more details about the specific problems you are encountering due to the current implementation.

    There have been no changes to this particular file in over two years. The likelihood of modifications, especially if it involves fundamental changes, maybe minimal unless it is crucial. This might be an interaction issue with another plugin or custom code in your environment(?)

    Please let me know if you can provide any additional information or if there’s anything else I can assist you with in the meantime.

    Kind Regards,

    Krystian

Viewing 1 replies (of 1 total)
  • The topic ‘Checkout data Error’ is closed to new replies.