Plugin Directory

Changeset 2280002


Ignore:
Timestamp:
04/09/2020 08:42:26 AM (6 years ago)
Author:
marguspala
Message:

Added note about required API permissions

Location:
smartaccounts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smartaccounts/trunk/SmartAccountsClass.php

    r2275740 r2280002  
    3131
    3232            update_post_meta($order_id, 'smartaccounts_offer_id', $offer['offer']['offerId']);
    33             error_log("Offer data: ".json_encode($offer));
     33            error_log("Offer data: " . json_encode($offer));
    3434            error_log("SmartAccounts sales offer created for order $order_id=" . $offer['offer']['offerId']);
    3535            $offerIdsString = get_option('sa_failed_offers');
     
    385385
    386386                <h2>Order statuses to send to SmartAccounts as Offer (Pakkumine)</h2>
    387                 <small>These statuses are saved in SmartAccounts as Offer</small>
     387                <small>These statuses are saved in SmartAccounts as Offer. Make sure API account has permission!</small>
    388388                <br><br>
    389389                <select v-model="settings.offer_statuses" multiple>
  • smartaccounts/trunk/smartaccounts.php

    r2275742 r2280002  
    44 * Plugin URI: https://github.com/smartman/woocommerce_smartaccounts
    55 * Description: This plugin creates sales invoices in the smartaccounts.ee Online Accounting Software after Woocommerce order creation
    6  * Version: 3.0.0
     6 * Version: 3.0.1
    77 * Author: Margus Pala
    88 * Author URI: https://marguspala.com
Note: See TracChangeset for help on using the changeset viewer.