Code Monkey home page Code Monkey logo

Comments (4)

codymullins avatar codymullins commented on May 29, 2024

Hi @Ruslan4k, thanks for reaching out. Just sent you an email to your publicly listed email address for some more information to help troubleshoot this issue.

from taxjar-node.

codymullins avatar codymullins commented on May 29, 2024

@Ruslan4k - I was able to reproduce the same error by passing in an invalid apiUrl:

const client = new Taxjar({
    apiKey: 'MY_KEY',
    apiUrl: 'sdfsdf'
});

Can you confirm that your environment variable / configuration for the API URL is correct? If this isn't the issue, it would be helpful if you could send a snippet of your code and the values you are passing with any sensitive information scrubbed out.

from taxjar-node.

4ruslan-k avatar 4ruslan-k commented on May 29, 2024

@codymullins Thanks for your help

We don't modify API URL in the config

this is the code snippet

const Taxjar = require('taxjar');

const taxjar = new Taxjar({
    apiKey: process.env.TAXJAR_API_KEY,
});

const { tax } = await taxjar.taxForOrder({
    from_country: country,
    from_zip: zip,
    from_state: state,
    from_city: city,
    from_street: street,
    to_country: countryCode,
    to_zip: address_zip,
    to_city: address_city,
    to_state: stateCode,
    to_street: address_line1,
    shipping: 0,
    line_items: [
        {
            quantity: 1,
            unit_price: totalAmount,
            product_tax_code: '30070',
        },
    ],
});

With any values in k8s environment

from taxjar-node.

ScottRudiger avatar ScottRudiger commented on May 29, 2024

@Ruslan4k An issue with masking non-TaxJar errors (RequestError, etc.) was resolved with the release of v3.1.1.

If you're still facing this issue, you can try upgrading to the newest version. This should give us some more details on the error you were getting. Let us know if we can help further either here or via [email protected]. Thanks!

from taxjar-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.