Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetTracking call not working with test data #1

Open
aleguern opened this issue Jul 1, 2023 · 0 comments
Open

GetTracking call not working with test data #1

aleguern opened this issue Jul 1, 2023 · 0 comments

Comments

@aleguern
Copy link

aleguern commented Jul 1, 2023

Issue Report

Description

I encountered an issue while using the getTracking function with test data. When I made the following call:

getTracking({
  Enseigne: 'BDTEST13',
  Expedition: '31236944',
  Langue: 'FR',
});

I received the error message "Merchant account not activated." However, the call to create the label with the same test data is working correctly.

Steps to Reproduce

  1. Use the getTracking function with the following test data:
    getTracking({
      Enseigne: 'BDTEST13',
      Expedition: '31236944',
      Langue: 'FR',
    });
  2. Observe the error message "Merchant account not activated" being returned.

Additional Information

  • The call to create the label with the same test data is working correctly, indicating that the issue is specific to the getTracking function.
  • I have verified that the test data provided (Enseigne: 'BDTEST13', Expedition: '31236944', Langue: 'FR') is accurate.
  • Please let me know if any additional information or logs are required to investigate and resolve this issue.

Thank you for your attention to this matter, and I look forward to your assistance in resolving this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant