Eugene Obrezkov

Results 136 comments of Eugene Obrezkov
trafficstars

@mikedevita imo, it should be done as a separate payment gate, 2nd option.

@mikedevita that was a long time ago, something could broke with dependencies updates. Try to run tests just with the mocha and then add other tools step by step for...

@jgknott nice. Is that just creating customer or subscribing him to some plan? Because I see `customers.create()` but don't see anything with subscription. Can you also make subscription for BrainTreePayments...

@Rakshak1344 your code is totally differs from what we are saying in documentation - https://github.com/ghaiklor/passport-google-plus-token#usage

feel free to implement it and I'll publish an update

@pranjal1127 Google Plus network was discontinued, there is no sense in authenticating with it

@P4R4DiSi4C you need to do login operation on your side again, or have refresh token and update the token manually. All this library does is gets the working token and...

@Jaronloch2 I didn't work with Google Plus auth system for a long time and don't have time for this now. Feel free to investigate the issue, make a PR and...

@seonixx you can try make requests without specifying credentials in passport strategy configuration. I'm not sure, but might work.