i am about to integrate the paypal smart buttons to my site. I want to do it with my server doing the place order call and also the handling of the response when it is done, not the client.
... I have changed in the file samples/PayPalClient.php so that I have my sandbox credentials.. BUT when installing with composer the SDK stuff ends up in the gitignored vendor folder. And now I am manually changing stuff in it. This can't be right. So how do I install the paypal SDK?
@martinbean woaw, easy now. I don't mind writing code. It is just that I find the documentation from paypal underwhelming. Compared to stripe's the paypal documentation is a nightmare.
I have changed in the file samples/PayPalClient.php so that I have my sandbox credentials.. BUT when installing with composer the SDK stuff ends up in the gitignored vendor folder. And now I am manually changing stuff in it. This can't be right. So how do I install the paypal SDK?
@brainmaniac Yes. You should be treating the samples as samples, and using the code as an example for your own code.