Skip to content

Commit

Permalink
Merge pull request #228 from avadev/24.10.0
Browse files Browse the repository at this point in the history
Update for 24.10.0
  • Loading branch information
svc-developer authored Oct 10, 2024
2 parents c72a227 + a90ca8a commit 446f58c
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 26 deletions.
25 changes: 24 additions & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Avalara;
use GuzzleHttp\Client;

define('AVATAX_SDK_VERSION', '24.8.2');
define('AVATAX_SDK_VERSION', '24.10.0');

/*****************************************************************************
* *
Expand Down Expand Up @@ -1131,10 +1131,28 @@ class ErrorCodeId
*/
const C_INVALIDCURRENCYAGGREMENTTYPE = 2817;

/**
* ItemTaxCodeRecommendation Status can't be set without particular state of recommendation
*/
const C_INVALIDTAXCODERECOMMENDATIONSTATUSUPDATE = 2818;

/**
* Filing Request Error Codes
*/
const C_DUPLICATEFILINGREQUEST = 2819;

/**
* Occurs when a Header value is incorrect or invalid in some way
*/
const C_INVALIDHTTPHEADER = 3000;
const C_SCSSERVICEUNREACHABLE = 3001;
const C_DUPLICATECONTACTCODE = 3002;
const C_SCSSERVERERROR = 3003;

/**
* Occurs when user reconciliation happens and unable to create user at AvaTax
*/
const C_USERRECONCILIATIONERROR = 3004;

}

Expand Down Expand Up @@ -2091,6 +2109,11 @@ class ReportSource
* mongodb
*/
const C_MONGODB = 1;

/**
* returns api
*/
const C_RETURNSAPI = 2;

}

Expand Down
Loading

0 comments on commit 446f58c

Please sign in to comment.