<?php
return [
'paypal_transaction_declined' => 'Imposible procesar el pago ya que tu transacción fue rechazada en PayPal',
'paypal_transaction_not_verified' => 'Imposible verificar la transacción desde PayPal',
'paypal_connection_error' => 'Imposible conectarse a PayPal. Por favor, inténtalo de nuevo',
];
Kueue Pay API responses include standard HTTP status codes to indicate the success or failure of a request. Successful responses will have a status code of 200 OK, while various error conditions will be represented by different status codes along with error messages in the response body.