Changeset 2746850
- Timestamp:
- 06/23/2022 07:46:04 AM (4 years ago)
- Location:
- aplazame
- Files:
-
- 8 edited
- 1 copied
-
tags/v3.6.2 (copied) (copied from aplazame/trunk)
-
tags/v3.6.2/README.txt (modified) (2 diffs)
-
tags/v3.6.2/aplazame.php (modified) (3 diffs)
-
tags/v3.6.2/i18n/languages/aplazame.pot (modified) (1 diff)
-
tags/v3.6.2/lib/Aplazame/Aplazame/BusinessModel/Checkout.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/aplazame.php (modified) (3 diffs)
-
trunk/i18n/languages/aplazame.pot (modified) (1 diff)
-
trunk/lib/Aplazame/Aplazame/BusinessModel/Checkout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aplazame/tags/v3.6.2/README.txt
r2647768 r2746850 3 3 Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago 4 4 Requires at least: 4.0.1 5 Tested up to: 5.8.25 Tested up to: 6.0.0 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.6. 07 Stable tag: 3.6.2 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v3.6.1](https://github.com/aplazame/woocommerce/tree/v3.6.1) (2022-06-20) 81 82 * [ADD] Show/hide alternative widget option. 83 80 84 #### [v3.6.0](https://github.com/aplazame/woocommerce/tree/v3.6.0) (2021-12-22) 81 85 -
aplazame/tags/v3.6.2/aplazame.php
r2647768 r2746850 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3.6. 05 * Version: 3.6.2 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 12 12 * 13 13 * WC requires at least: 2.3 14 * WC tested up to: 6. 0.014 * WC tested up to: 6.6.0 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3.6. 0';28 const VERSION = '3.6.2'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; -
aplazame/tags/v3.6.2/i18n/languages/aplazame.pot
r2647768 r2746850 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3.6. 0\n"9 "Project-Id-Version: Aplazame v3.6.2\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 202 1-12-22 10:38+0000\n"11 "POT-Creation-Date: 2022-06-20 12:15+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
aplazame/tags/v3.6.2/lib/Aplazame/Aplazame/BusinessModel/Checkout.php
r2454923 r2746850 9 9 $apiRouter = WC()->api_request_url( 'aplazame' ); 10 10 11 $merchant = new stdClass(); 12 $merchant->ko_url = html_entity_decode( $order->get_cancel_order_url() ); 13 $merchant->dismiss_url = html_entity_decode( $checkout_url ); 14 $merchant->success_url = html_entity_decode( $order->get_checkout_order_received_url() ); 15 $merchant->pending_url = $merchant->success_url; 16 $merchant->notification_url = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter ); 17 $merchant->customer_history_url = add_query_arg( array( 'path' => '/order/history/' ), $apiRouter ); 11 $merchant = new stdClass(); 12 $merchant->ko_url = html_entity_decode( $order->get_cancel_order_url() ); 13 $merchant->dismiss_url = html_entity_decode( $checkout_url ); 14 $merchant->success_url = html_entity_decode( $order->get_checkout_order_received_url() ); 15 $merchant->pending_url = $merchant->success_url; 16 $merchant->notification_url = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter ); 18 17 19 18 $checkout = new self(); -
aplazame/trunk/README.txt
r2647768 r2746850 3 3 Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago 4 4 Requires at least: 4.0.1 5 Tested up to: 5.8.25 Tested up to: 6.0.0 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.6. 07 Stable tag: 3.6.2 8 8 License: BSD-3-Clause 9 9 License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE … … 78 78 == Changelog == 79 79 80 #### [v3.6.1](https://github.com/aplazame/woocommerce/tree/v3.6.1) (2022-06-20) 81 82 * [ADD] Show/hide alternative widget option. 83 80 84 #### [v3.6.0](https://github.com/aplazame/woocommerce/tree/v3.6.0) (2021-12-22) 81 85 -
aplazame/trunk/aplazame.php
r2647768 r2746850 3 3 * Plugin Name: Aplazame 4 4 * Plugin URI: https://github.com/aplazame/woocommerce 5 * Version: 3.6. 05 * Version: 3.6.2 6 6 * Description: Aplazame offers a payment method to receive funding for the purchases. 7 7 * Author: Aplazame … … 12 12 * 13 13 * WC requires at least: 2.3 14 * WC tested up to: 6. 0.014 * WC tested up to: 6.6.0 15 15 * 16 16 * License: GNU General Public License v3.0 … … 26 26 27 27 class WC_Aplazame { 28 const VERSION = '3.6. 0';28 const VERSION = '3.6.2'; 29 29 const METHOD_ID = 'aplazame'; 30 30 const METHOD_TITLE = 'Aplazame'; -
aplazame/trunk/i18n/languages/aplazame.pot
r2647768 r2746850 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Aplazame v3.6. 0\n"9 "Project-Id-Version: Aplazame v3.6.2\n" 10 10 "Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n" 11 "POT-Creation-Date: 202 1-12-22 10:38+0000\n"11 "POT-Creation-Date: 2022-06-20 12:15+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
aplazame/trunk/lib/Aplazame/Aplazame/BusinessModel/Checkout.php
r2454923 r2746850 9 9 $apiRouter = WC()->api_request_url( 'aplazame' ); 10 10 11 $merchant = new stdClass(); 12 $merchant->ko_url = html_entity_decode( $order->get_cancel_order_url() ); 13 $merchant->dismiss_url = html_entity_decode( $checkout_url ); 14 $merchant->success_url = html_entity_decode( $order->get_checkout_order_received_url() ); 15 $merchant->pending_url = $merchant->success_url; 16 $merchant->notification_url = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter ); 17 $merchant->customer_history_url = add_query_arg( array( 'path' => '/order/history/' ), $apiRouter ); 11 $merchant = new stdClass(); 12 $merchant->ko_url = html_entity_decode( $order->get_cancel_order_url() ); 13 $merchant->dismiss_url = html_entity_decode( $checkout_url ); 14 $merchant->success_url = html_entity_decode( $order->get_checkout_order_received_url() ); 15 $merchant->pending_url = $merchant->success_url; 16 $merchant->notification_url = add_query_arg( array( 'path' => '/confirm/' ), $apiRouter ); 18 17 19 18 $checkout = new self();
Note: See TracChangeset
for help on using the changeset viewer.