Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/AV-AVAIP-817-001' into f…
Browse files Browse the repository at this point in the history
…eature/AV-AVAIP-817-001
  • Loading branch information
p-zamoroka committed Jul 11, 2017
2 parents 9d374d3 + f7ebcc8 commit 64d33f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/code/community/OnePica/AvaTax/Helper/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ class='checkbox'
Checkout.prototype.avataxResetBillingAndShippingProgress = function() {
//debugger;
if (this.resetPreviousSteps != undefined && this.resetPreviousSteps != null) {
//for magento version >= 1.8.0.0
var step = this.currentStep;
this.currentStep = 'billing';
this.resetPreviousSteps();
Expand All @@ -513,9 +514,11 @@ class='checkbox'
Checkout.prototype.avataxUpdateProgress = function() {
if (this.reloadStep != undefined && this.reloadStep != null) {
//for magento version >= 1.8.0.0
this.reloadStep('billing');
this.reloadStep('shipping');
} else if(this.reloadProgressBlock != undefined && this.reloadProgressBlock != null) {
//for magento version lower 1.8.0.0
this.reloadProgressBlock();
}
};
Expand Down

0 comments on commit 64d33f5

Please sign in to comment.