Hi, When I try to implement the code below it gives me the following error: "Invalid option value (currency). Expected USD but received "GBP"" <script src="https://www.paypal.com/sdk/js?client-id=xxxx¤cy=GBP&components=messages" data-namespace="PayPalSDK"> </script> <div data-pp-message data-pp-style-layout="text" data-pp-style-logo-type="inline" data-pp-style-text-color="black" data-pp-amount="100"> </div> If have searched everywhere and cannot see what the problem is. When I remove the "currency=GBP" it works but displays it in dollars. Can anyone help? Thanks in advance
... View more