adrianhajdin / project_e_commerce

This is a code repository for the corresponding video tutorial. In this video, we're going to build a fully functional eCommerce application using commerce.js.

Home Page:https://jsmastery.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payment Gateway Issues

BartekZakrzewski opened this issue · comments

Hey guys I keep running into this problems

So this problems occur while finalizing Idk why, do you have any idea why?

image
image
There's the error:

{
    "status_code": 401,
    "error": {
        "message": "You did not provide an API key. You need to provide your API key in the X-Authorization header (e.g. 'X-Authorization: YOUR_API_KEY').",
        "type": "authentication_error"
    }
}