-
Notifications
You must be signed in to change notification settings - Fork 11
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
400 error on paypal api with Uri. #18
Comments
What's happening here..!!! |
if u r not able to solve this problem you should remove this package from pub. |
Hi @ABMamun-All, you got this the wrong way around. This is a best effort library that I wrote in my free time, and made public for free to contribute to the community. If you don't like it, please go ahead and use another one. And stop polluting the issue session with your toxic comments. People like you are the reason why open source developers burn out and go into depression. If you continue, I will report you to GitHub. For the record, I am aware that the library doesn't work with some servers, probably due to some subtle differences in the header capitalization or cryptographic algorithms in the dependencies I am using myself. Once in a while I give it a shot, but it's indeed shooting in the dark. I still dedicate some of my free time to debugging this problem to try to contribute to the community, but if it were for parasitic attitudes like yours I would indeed take my package off the package index, give you a refund (0.00$ + 20% VAT = 0.00$) and tell you to pay someone to do your job instead of poisoning the well you drink from. |
@ABMamun-All The problem must be on your site, I just tried the following and it works without any issues.
|
I face the same problem. I tried flutter version 3.10.5 and it works perfectly. However with later versions I get the problem.. I know full well that this package is open source. And we don't pay for it, but it would be nice if they help us. Since we are some that we use. Beforehand thank you very much. |
@Ignaciomanchu1998 Can you please show your code? This will make it easier to reproduce the problem. |
@KrohnMi , thanks. Thanks for you help. |
If you have this inconvenience, you can check this article. https://medium.com/@dani.manchu1998/token-de-acceso-de-paypal-con-dart-5408066071a4 |
Always i get error called 400 when i use http_auth for creating paypal accesstoken. but, fewmonths ago without null safety i can only just put "var client = BasicAuthClient(clientId, secret);
var response = await client.post('$domain/v1/oauth2/token?grant_type=client_credentials');
" like this, but now I've to write code with only Uri ..
After this update. i can't run my update version for this. Please help me to slove this.. i try all off your version.
The text was updated successfully, but these errors were encountered: