laravel-paypal icon indicating copy to clipboard operation
laravel-paypal copied to clipboard

Payload error on generateInvoiceNumber

Open BoiteBeet opened this issue 7 months ago • 0 comments

Get this error now when doing the generateInvoiceNumber. Was working great until today. Seems like paypal changed something with the type verification or empty payload.

{
  debug_id: "***",
  details: [],
  links: [],
  message: "The request payload is not supported",
  name: "UNSUPPORTED_MEDIA_TYPE"
}

BoiteBeet avatar Mar 11 '25 15:03 BoiteBeet