Changeset 2280002
- Timestamp:
- 04/09/2020 08:42:26 AM (6 years ago)
- Location:
- smartaccounts/trunk
- Files:
-
- 2 edited
-
SmartAccountsClass.php (modified) (2 diffs)
-
smartaccounts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smartaccounts/trunk/SmartAccountsClass.php
r2275740 r2280002 31 31 32 32 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)); 34 34 error_log("SmartAccounts sales offer created for order $order_id=" . $offer['offer']['offerId']); 35 35 $offerIdsString = get_option('sa_failed_offers'); … … 385 385 386 386 <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> 388 388 <br><br> 389 389 <select v-model="settings.offer_statuses" multiple> -
smartaccounts/trunk/smartaccounts.php
r2275742 r2280002 4 4 * Plugin URI: https://github.com/smartman/woocommerce_smartaccounts 5 5 * Description: This plugin creates sales invoices in the smartaccounts.ee Online Accounting Software after Woocommerce order creation 6 * Version: 3.0. 06 * Version: 3.0.1 7 7 * Author: Margus Pala 8 8 * Author URI: https://marguspala.com
Note: See TracChangeset
for help on using the changeset viewer.