Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhansen committed Mar 30, 2016
2 parents 5348e51 + 3b66a8a commit 5259e7b
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 404 deletions.
2 changes: 1 addition & 1 deletion Api/ValidAddressManagementInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ interface ValidAddressManagementInterface
* @param $storeId
* @return \Magento\Customer\Api\Data\AddressInterface|string
*/
public function saveValidAddress(\Magento\Customer\Api\Data\AddressInterface $address, $storeId);
public function saveValidAddress(\Magento\Customer\Api\Data\AddressInterface $address, $storeId = null);
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.14 (2016-03-30)

* Fix issue where tax_amount is incorrectly calculated when multiple rates are in use
* Fix issue where saving customer address on frontend resulted in error

### 0.1.13 (2016-03-25)

* Add AvaTax Code to Gift Card products on Magento Enterprise
Expand Down
63 changes: 0 additions & 63 deletions Controller/Connection/Ping.php

This file was deleted.

71 changes: 0 additions & 71 deletions Controller/Tax/Creditmemo.php

This file was deleted.

25 changes: 0 additions & 25 deletions Controller/Tax/Estimation.php

This file was deleted.

126 changes: 0 additions & 126 deletions Controller/Tax/Get.php

This file was deleted.

69 changes: 0 additions & 69 deletions Controller/Tax/Invoice.php

This file was deleted.

2 changes: 1 addition & 1 deletion Framework/AppInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ interface AppInterface
/**
* If this is updated it must also be updated in etc/module.xml in the config->module@setup_version attribute and and composer.json
*/
const APP_VERSION = '0.1.13';
const APP_VERSION = '0.1.14';
}
Loading

0 comments on commit 5259e7b

Please sign in to comment.