Plugin Directory

Changeset 2958629


Ignore:
Timestamp:
08/26/2023 02:58:29 PM (3 years ago)
Author:
kakaroto84
Message:

Better error report, database save mutation for debug
Tested in last WP Version

Location:
wc-yabi/trunk
Files:
4 edited

Legend:

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

    r2802055 r2958629  
    126126       
    127127        $response = yabi_send_data( $graphQL );
     128       
     129        update_post_meta( $post_id, 'yabi_graphQL', $graphQL );
     130        update_post_meta( $post_id, 'yabi_response_data', $response );
    128131       
    129132        if( !empty( $response ) )
  • wc-yabi/trunk/includes/transaction.php

    r2644114 r2958629  
    131131          invoiceDetails
    132132        }
     133        errors{
     134          key
     135          message
     136        }
    133137      }
    134138    }
  • wc-yabi/trunk/readme.txt

    r2802055 r2958629  
    33Tags: woocommerce, electronic invoice
    44Donate link: https://www.paypal.me/datakun
    5 Requires at least: 5.5
    6 Tested up to: 6.0.2
    7 Requires PHP: 7.4
     5Requires at least: 6.0
     6Tested up to: 6.3
     7Requires PHP: 8.0
    88Stable tag: trunk
    99License: GPLv3 or later
     
    102102= 1.7.0 =
    103103* The shipping price is now taken into account in the invoice
     104= 1.8.0 =
     105* Better error report, database save mutation for debug
     106* Tested in last WP Version
  • wc-yabi/trunk/wc-yabi.php

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