Changeset 2705965
- Timestamp:
- 04/06/2022 10:03:12 PM (4 years ago)
- Location:
- drip-payments/trunk
- Files:
-
- 3 edited
-
drip-payments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/DripPaymentsCheckoutRequest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drip-payments/trunk/drip-payments.php
r2703694 r2705965 4 4 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce. 5 5 * Author: Drip 6 * Version: 0.1.2 6 * Version: 0.1.21 7 7 */ 8 8 9 9 function drip_payments_show_plugin_version() { 10 return '0.1.2 ';10 return '0.1.21'; 11 11 } 12 12 -
drip-payments/trunk/readme.txt
r2703694 r2705965 5 5 Tested up to: 5.9.2 6 6 Requires PHP: 7.0 7 Stable tag: 0.1.2 7 Stable tag: 0.1.21 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
drip-payments/trunk/src/DripPaymentsCheckoutRequest.php
r2703694 r2705965 21 21 ? self::BASE_URI_SANDBOX 22 22 : self::BASE_URI_PRODUCTION, 23 'connect_timeout' => 5,24 'read_timeout' => 5,25 'timeout' => 523 'connect_timeout' => 15, 24 'read_timeout' => 15, 25 'timeout' => 15 26 26 ]; 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.