Skip to content

Releases: avadev/AvaTax-REST-V2-PHP-SDK

23.10.1

27 Oct 15:31
a7c329c
Compare
Choose a tag to compare

AvaTax API enhancements:
• Added new DocumentTypes: InventoryTransferOutboundInvoice and
InventoryTransferOutboundOrder
• Made minor enhancements for fetching local jurisdictions
• Fixed a bug with the AvaTax SDK failing to include some APIs

23.8.1

14 Aug 21:07
d355d53
Compare
Choose a tag to compare

AvaTax API enhancements:

  • Updated the description of the DeliveryTerms parameter in the CreateTransactionBaseModel
  • Increased the max length of company name to 100 characters in the Company models

23.7.0

14 Jul 21:03
76bffec
Compare
Choose a tag to compare

AvaTax API enhancements:

  • Added valueDescriptions field to the ParameterUsage API.
  • Increased the address lines string character limit from 50 to 100 in the
    AddressInfo model.
  • Added new TaxRules APIs for creating and retrieving country coefficients.

23.6.2

26 Jun 19:02
52409fc
Compare
Choose a tag to compare

SDK Specific issue

  • Fixed issue where errors were not longer being returned to the caller (#205 )

23.6.1

15 Jun 18:51
75355eb
Compare
Choose a tag to compare

AvaTax API enhancements:

  • Changed id type from long to int in the ActivateWidgetRequest Funding API
  • Added IsPremium flag to Item Classification models
  • Added minor documentation updates in some areas

23.5.0

18 May 21:31
2a307b0
Compare
Choose a tag to compare

AvaTax API enhancements:

  • Updated the ListPostalCodes API to allow the return of inactive postal codes
  • Updated the description of Tax Rates APIs
  • Fixed minor bug in the TaxRatesByPostalCode API
  • Fixed bug with the DownloadTaxRatesByZipCode API returning inconsistent results with some filter
  • Fixed minor bugs with the Notices APIs
  • Fixed issue with some Canadian TaxFormCodes

23.4.2

29 Apr 00:20
b8ec4fd
Compare
Choose a tag to compare

SDK Specific Issues

  • Fix issue with autoload

23.4.1

27 Apr 21:47
7c33273
Compare
Choose a tag to compare

AvaTax API Enhancements:

  • Made a change to the SetAccountConfiguration API to allow setting the EcmsOverrideCode value to ‘TAXABLE’
  • Added new TaxTypeGroup: Construction
  • Added new SecurityRole: ECMCompanyUser

SDK Specific Improvements

  • Fixed issue where files had mixed line endings. #195
  • Created a constant for SDK Version to help with readable releases. #191
  • Added Address Model for locationCode to the TransactionBuilder #188
  • Fixed wrong PHP doc type in return #17

23.3.1

29 Mar 23:12
3c43a87
Compare
Choose a tag to compare

AvaTax API enhancements:

• Fixed minor bug with Create Transaction
• Removed the required attribute on the Filing Calendar edit option for the API request body
• Added chargedTold field to the TransactionModel
• Minor Reporting API updates

23.3.0

16 Mar 21:01
728cffa
Compare
Choose a tag to compare

AvaTax API enhancements:

  • Created new user service type: ECMUser
  • Added new notice type: License Registration
  • Fixed bug when attempting to use autoLockOverrideDay field with Filing Calendars

SDK Specific Fixes

  • Widened PSR support to V1/V2/V3