When the customer choose to pay through direct credit/debit card option and press checkout, a white screen is keep loading and nothing happens. If they close the white screen then paypal is giving a response { "name": "UNPROCESSABLE_ENTITY", "details": [ { "issue": "ORDER_NOT_APPROVED", "description": "Payer has not yet approved the Order for payment. Please redirect the payer to the 'rel':'approve' url returned as part of the HATEOAS links within the Create Order call or provide a valid payment_source in the request." } ], "message": "The requested action could not be performed, semantically incorrect, or failed business validation.", "debug_id": "75431b98b1d41", "links": [ { "href": "https:\/\/developer.paypal.com\/docs\/api\/orders\/v2\/#error-ORDER_NOT_APPROVED", "rel": "information_link", "method": "GET" } ] } Please help me with this.
... View more