Changeset 3175030
- Timestamp:
- 10/24/2024 01:53:48 PM (18 months ago)
- Location:
- paypal-brasil-para-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/1.5.6 (copied) (copied from paypal-brasil-para-woocommerce/trunk)
-
tags/1.5.6/includes/payment-methods/class-paypal-brasil-bcdc-gateway.php (modified) (2 diffs)
-
tags/1.5.6/paypal-brasil-para-woocommerce.php (modified) (2 diffs)
-
tags/1.5.6/readme.txt (modified) (3 diffs)
-
trunk/includes/payment-methods/class-paypal-brasil-bcdc-gateway.php (modified) (2 diffs)
-
trunk/paypal-brasil-para-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paypal-brasil-para-woocommerce/tags/1.5.6/includes/payment-methods/class-paypal-brasil-bcdc-gateway.php
r3170993 r3175030 1093 1093 1094 1094 $error_message = str_replace('"', '', $error_data['message']); 1095 $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce")); 1095 $debug_id = str_replace('"', '', $error_data['debug_id']); 1096 $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n 1097 Mensagem original: {$error_message} \n 1098 Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce")); 1096 1099 $exception->data = $exception_data; 1097 1100 … … 1268 1271 1269 1272 $error_message = str_replace('"', '', $error_data['message']); 1270 $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce")); 1273 $debug_id = str_replace('"', '', $error_data['debug_id']); 1274 $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n 1275 Mensagem original: {$error_message} \n 1276 Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce")); 1271 1277 $exception->data = $exception_data; 1272 1278 -
paypal-brasil-para-woocommerce/tags/1.5.6/paypal-brasil-para-woocommerce.php
r3170993 r3175030 4 4 * Plugin Name: PayPal Brasil para WooCommerce 5 5 * Description: Adicione facilmente opções de pagamento do PayPal à sua loja do WooCommerce. 6 * Version: 1.5. 56 * Version: 1.5.6 7 7 * Author: PayPal 8 8 * Author URI: https://paypal.com.br … … 30 30 // Define files. 31 31 define( 'PAYPAL_PAYMENTS_MAIN_FILE', __FILE__ ); 32 define( 'PAYPAL_PAYMENTS_VERSION', '1.5. 5' );32 define( 'PAYPAL_PAYMENTS_VERSION', '1.5.6' ); 33 33 define('WC_PAYPAL_PLUGIN_SLUG','paypal-brasil-para-woocommerce'); 34 34 -
paypal-brasil-para-woocommerce/tags/1.5.6/readme.txt
r3170993 r3175030 5 5 Requires at least: 4.4 6 6 Tested up to: 6.6.1 7 Stable tag: 1.5. 57 Stable tag: 1.5.6 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 90 90 91 91 == Changelog == 92 93 = 1.5.6 = 94 * Enhanced error messages for better clarity. 92 95 93 96 = 1.5.5 = … … 227 230 == Upgrade Notice == 228 231 229 = 1.5. 5=232 = 1.5.6 = 230 233 * Enhanced error messages for better clarity. 231 * Fixed undefined property error in PPP.232 * Fixed frontend issue in transparent checkout.233 234 234 235 == Screenshots == -
paypal-brasil-para-woocommerce/trunk/includes/payment-methods/class-paypal-brasil-bcdc-gateway.php
r3170993 r3175030 1093 1093 1094 1094 $error_message = str_replace('"', '', $error_data['message']); 1095 $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce")); 1095 $debug_id = str_replace('"', '', $error_data['debug_id']); 1096 $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n 1097 Mensagem original: {$error_message} \n 1098 Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce")); 1096 1099 $exception->data = $exception_data; 1097 1100 … … 1268 1271 1269 1272 $error_message = str_replace('"', '', $error_data['message']); 1270 $exception = new Exception(__("{$error_message} An unexpected error occurred, please try again. If the error persists, contact. (#56)", "paypal-brasil-para-woocommerce")); 1273 $debug_id = str_replace('"', '', $error_data['debug_id']); 1274 $exception = new Exception(__("Ocorreu um erro, no CREATE_ORDER, \n 1275 Mensagem original: {$error_message} \n 1276 Identificador do erro: {$debug_id}", "paypal-brasil-para-woocommerce")); 1271 1277 $exception->data = $exception_data; 1272 1278 -
paypal-brasil-para-woocommerce/trunk/paypal-brasil-para-woocommerce.php
r3170993 r3175030 4 4 * Plugin Name: PayPal Brasil para WooCommerce 5 5 * Description: Adicione facilmente opções de pagamento do PayPal à sua loja do WooCommerce. 6 * Version: 1.5. 56 * Version: 1.5.6 7 7 * Author: PayPal 8 8 * Author URI: https://paypal.com.br … … 30 30 // Define files. 31 31 define( 'PAYPAL_PAYMENTS_MAIN_FILE', __FILE__ ); 32 define( 'PAYPAL_PAYMENTS_VERSION', '1.5. 5' );32 define( 'PAYPAL_PAYMENTS_VERSION', '1.5.6' ); 33 33 define('WC_PAYPAL_PLUGIN_SLUG','paypal-brasil-para-woocommerce'); 34 34 -
paypal-brasil-para-woocommerce/trunk/readme.txt
r3170993 r3175030 5 5 Requires at least: 4.4 6 6 Tested up to: 6.6.1 7 Stable tag: 1.5. 57 Stable tag: 1.5.6 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 90 90 91 91 == Changelog == 92 93 = 1.5.6 = 94 * Enhanced error messages for better clarity. 92 95 93 96 = 1.5.5 = … … 227 230 == Upgrade Notice == 228 231 229 = 1.5. 5=232 = 1.5.6 = 230 233 * Enhanced error messages for better clarity. 231 * Fixed undefined property error in PPP.232 * Fixed frontend issue in transparent checkout.233 234 234 235 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.