Arun Mittal

Results 2 comments of Arun Mittal

Solution that worked for me. the installed package has a dist dir `node_modules/angular2-logger/dist/es6/`. in `node_modules/angular2-logger/package.json` `main` is set to ``` "main": "./dist/cjs/core.js", ``` change this to ``` "main": "./dist/es6/core.js", ```...

I am facing the same issue when checkout subscription. This was the API called: GET /v1/payment_methods/pm_1LttH4GjnXt2EdHYbSpi6HCD