taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 29 forks source link

Refactor access modifier to allow plugin-method support for… #350

Closed sethobey-stripe closed 1 year ago

sethobey-stripe commented 1 year ago

…Transaction::getProvider method

Context

When using 3P services to route external transactions through an M2 environment and into TaxJar, ii is sometimes necessary to override the API's transaction provider value.

Description

Exposes Transaction::getProvider method as public to allow method override via plugin methods.

Versions