Hi, I'm having the following problem: for PayPal integration we use the last version of PayPal PHP SDK, and sometimes when we trying to create an invoice strange error occupies. Here's a part of log created by SDK: [11-04-2018 11:27:29] PayPal\Core\PayPalHttpConnection : INFO: POST https://api.paypal.com/v1/oauth2/token
[11-04-2018 11:27:30] PayPal\Core\PayPalHttpConnection : INFO: Response Status : 200
[11-04-2018 11:27:30] PayPal\Core\PayPalHttpConnection : INFO: POST https://api.paypal.com/v1/invoicing/invoices
[11-04-2018 11:27:31] PayPal\Core\PayPalHttpConnection : INFO: Response Status : 500
[11-04-2018 11:27:31] PayPal\Core\PayPalHttpConnection : ERROR: Got Http response code 500 when accessing https://api.paypal.com/v1/invoicing/invoices. {"name":"BUSINESS_ERROR","message":"Internal error.","information_link":"https://developer.paypal.com/docs/api/invoicing/#errors","debug_id":"badb0c6376e04"} Is there any chance to fix this?
... View more