I'm stuck in a loop of "continue to view order"
I am developing server-side code using Golang, based on the “github.com/plutov/paypal/v4” lib.I use the CreateOrder to create an order and obtained the "approval_url" link.approval_url example www.paypal.com/checkoutnow?token=4K426****734723 Then I ...