diff --git a/src/Readme.txt b/src/Readme.txt index 1b3d8959..0e51b8d5 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -34,7 +34,7 @@ Navigate to Plugins-Add New. Search for Billmate and then install the plugin. Quickinstallation 1. Download the plugin 2. Unzip the zip-file -3. Upload the folder "billmate-payment-gateway-for-woocommerce" to /wp-content/plugins +3. Upload the folder "billmate-payment-gateway-for-woocommerce" to /wp-content/plugins2 4. Login to your Wordpress and navigate to Plugins-Installed Plugins and Activate "Woocommerce Billmate Gateway" 5. Navigate to Settings under Wordpress, then "Billmate Settings" and enter your Billmate ID and Secret 6. Navigate to Woocomerce-Settings-Checkout and setup the payment methods. @@ -79,6 +79,9 @@ If you would like to use our logos on your site: https://www.billmate.se/press-och-media/ == Changelog == += 3.10.5 (2020-04-20) +* Fix - Wrong total sum calculated + = 3.10.4 (2020-04-08) * Enhancement - Activation feature to credit / cancel payment to Billmate Online * Fix - Add documentation regarding "Customer Location" and refresh problem with addresses. Go to --> WooCommerce --> Settings --> General --> Default Customer Location and set it to any setting except 'No location by default' (https://github.com/Billmate/woocommerce#installation) diff --git a/src/commonfunctions.php b/src/commonfunctions.php index 4e8ab110..c11175e6 100755 --- a/src/commonfunctions.php +++ b/src/commonfunctions.php @@ -1,8 +1,8 @@