#Ji_net-stripe-mock
1 messages · Page 1 of 1 (latest)
Actually, I went throw this but I didn't get how the stripe-mock will point to my application and vice versa?
I haven't used that library much but can check in to it. Are you getting stuck at a certain point in the setup instructions?
Just getting back to this. So the docs lay out that you build and run the app on some localhost port, say http://localhost:12111/
So then you will want to point your requests at that. It looks like you can set this as the host parameter when creating your Stripe object
host: 'localhost',
port: 12111,
});```
Ok Got it, Thanks for your support 👍
Of course, let us know if you run in to further problems or questions!