Changeset 2014659
- Timestamp:
- 01/18/2019 08:33:30 AM (7 years ago)
- Location:
- woo-payjoe-beleg-schnittstelle/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
admin/class-weslink-payjoe-opbeleg-orders.php (modified) (1 diff)
-
includes/class-weslink-payjoe-opbeleg.php (modified) (1 diff)
-
weslink-payjoe-opbeleg.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-payjoe-beleg-schnittstelle/trunk/README.txt
r2010050 r2014659 4 4 Tags: payjoe, Rechnung, Weslink, Wesselink, CTW, oscware, Germanized, WP Overnight, vendidero, invoices, invoice, WooCommerce, German Market, market press 5 5 Requires at least: 3.0.1 6 Tested up to: 5.0. 27 Stable tag: 1.3. 16 Tested up to: 5.0.3 7 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 88 88 = 1.3.1 = 89 * Small fix for german market 89 * Kleiner Fix für German market 90 91 = 1.3.2 = 92 * Probleme bei Abholstationen behoben 90 93 91 94 == Upgrade Notice == … … 114 117 115 118 = 1.3.1 = 116 * Small fix for german market 119 * Kleiner Fix für German market 120 121 = 1.3.2 = 122 * Probleme bei Abholstationen behoben 117 123 118 124 == Contribute == -
woo-payjoe-beleg-schnittstelle/trunk/admin/class-weslink-payjoe-opbeleg-orders.php
r2010050 r2014659 256 256 // shipping amount 257 257 $total_shipping = $order_details->get_shipping_total(); 258 if ($total_shipping ) {258 if ($total_shipping && $total_shipping > 0) { 259 259 $shipping_tax_rate = round(($order_details->get_shipping_tax() / $total_shipping) * 100, 2); 260 260 $OPBelegpositions['shipping'] = array( -
woo-payjoe-beleg-schnittstelle/trunk/includes/class-weslink-payjoe-opbeleg.php
r2010050 r2014659 70 70 71 71 $this->plugin_name = 'weslink-payjoe-opbeleg'; 72 $this->version = '1.3. 1';72 $this->version = '1.3.2'; 73 73 74 74 $this->load_dependencies(); -
woo-payjoe-beleg-schnittstelle/trunk/weslink-payjoe-opbeleg.php
r2010050 r2014659 16 16 * Plugin Name: Woo PayJoe Beleg Schnittstelle 17 17 * Description: Plugin zum Upload von Rechnungen zu PayJoe 18 * Version: 1.3. 118 * Version: 1.3.2 19 19 * Author: WESLINK - Let's Web | Site Shop App 20 20 * Author URI: https://weslink.de
Note: See TracChangeset
for help on using the changeset viewer.