Darren James
Results
1
issues of
Darren James
The PHP class TransactionBuilder does not have a method to set the customer email. The .NET class has this available: https://github.com/avadev/AvaTax-REST-V2-DotNet-SDK/blob/master/src/TransactionBuilder.cs line 812: ``` public TransactionBuilder WithEmail(string email) { _model.email...