Plugin Directory

Changeset 2705965


Ignore:
Timestamp:
04/06/2022 10:03:12 PM (4 years ago)
Author:
usedrip
Message:

0.1.21 - increase timeout for app

Location:
drip-payments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • drip-payments/trunk/drip-payments.php

    r2703694 r2705965  
    44 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce.
    55 * Author: Drip
    6  * Version: 0.1.2
     6 * Version: 0.1.21
    77 */
    88
    99function drip_payments_show_plugin_version() {
    10     return '0.1.2';
     10    return '0.1.21';
    1111}
    1212
  • drip-payments/trunk/readme.txt

    r2703694 r2705965  
    55Tested up to: 5.9.2
    66Requires PHP: 7.0
    7 Stable tag: 0.1.2
     7Stable tag: 0.1.21
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • drip-payments/trunk/src/DripPaymentsCheckoutRequest.php

    r2703694 r2705965  
    2121                ? self::BASE_URI_SANDBOX
    2222                : self::BASE_URI_PRODUCTION,
    23             'connect_timeout' => 5,
    24             'read_timeout' => 5,
    25             'timeout' => 5
     23            'connect_timeout' => 15,
     24            'read_timeout' => 15,
     25            'timeout' => 15
    2626        ];
    2727    }
Note: See TracChangeset for help on using the changeset viewer.