Hello, I am creating an Order via PayPal REST Api. If I create an order with intent set to ```CAPTURE```, the checkout page for the end-user correctly displays the amount he will pay, example: On the other hand, if I create an order with intent set to ```AUTHORIZE```, the checkout page for the end-user does not display the amount he will pay, example: Why is that so? And how do I display the amount to the end-user on checkout if my API creates order with intent ```AUTHORIZE```. Thanks for the help 🙂
... View more