Plugin Directory

Changeset 2520098


Ignore:
Timestamp:
04/22/2021 11:56:41 PM (5 years ago)
Author:
kakaroto84
Message:

Timeout was increased as Yabi servers started experiencing service delays

Location:
wc-yabi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-yabi/trunk/includes/transaction.php

    r2519234 r2520098  
    225225    $args = array(
    226226        'body'        => $post_data,
    227         'timeout'     => '5',
     227        'timeout'     => '60',
    228228        'redirection' => '5',
    229229        'httpversion' => '1.0',
  • wc-yabi/trunk/readme.txt

    r2519234 r2520098  
    8080= 1.1 =
    8181* Fixed problem with decimal numbers in purchases of more than one item
     82= 1.1.1 =
     83* Timeout was increased as Yabi servers started experiencing service delays
  • wc-yabi/trunk/wc-yabi.php

    r2519234 r2520098  
    99 * Plugin URI:        https://mireunion.com/yabi
    1010 * Description:       Create your electronic invoices of purchases made in woocommerce with Yabi
    11  * Version:           1.1
     11 * Version:           1.1.1
    1212 * Author:            Mex Avila
    1313 * Author URI:        https://datakun.com/
Note: See TracChangeset for help on using the changeset viewer.