teacherfund / TeacherFund_next

A website to fund teachers discretionary spending because the government sucks at it
https://theteacherfund.com
MIT License
90 stars 87 forks source link

Add paypal button to donate page #104

Closed joelwass closed 5 years ago

joelwass commented 5 years ago

Add OR donate with paypal button to donate page

msk4862 commented 5 years ago

Do we have to just add a paypal button or implement its functionality also?

joelwass commented 5 years ago

I need to set up a PayPal account to get you the public account key, then the functionality and “adding of the button” should be the same task.

I can do that tonight

msk4862 commented 5 years ago

Okay, I'll start with coding part

msk4862 commented 5 years ago

@joelwass Are you done with setting up PayPal account?

joelwass commented 5 years ago

I'm working on getting a business verification document to paypal in order to get the API key set up, sorry for the delay @msk4862

joelwass commented 5 years ago

Ah here we go

add this to the html where the button should go

<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="5BZAW3NKL9L9W" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>

and then i believe this should work

joelwass commented 5 years ago

might need some styling foo

msk4862 commented 5 years ago

@joelwass I've already added a paypal button and functionality, Now you need to add your CLIENT ID (in pages/donate.js) and test the added functinality.

msk4862 commented 5 years ago

I'm creating a PR so that you can review and test the changes.

stripedpajamas commented 5 years ago

What work remains for this issue? It looks like the PR was merged.

joelwass commented 5 years ago

No work remains except business logistics. Waiting for tax EIN so i can set up our paypal business side of things