dman926 / SEPHIRA-CMS

An Angular 13 front end with a complete FastAPI backend. Perfect for getting your next project off the ground
MIT License
9 stars 6 forks source link

NOWPayments integration/Checkout redesign #34

Closed dman926 closed 2 years ago

dman926 commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, only Coinbase commerce is integrated for crypto payments. It works great and it's fees are low, but it doesn't support a lot of coins and especially not my favorite coin (ADA)

Describe the solution you'd like I would like to add NOWPayments to the order flow since it supports a lot of coins and has very low fees. It also seems more developer friendly.

dman926 commented 2 years ago

nowpayments branch will be used to add the integration and double as a checkout redesign

dman926 commented 2 years ago

Checkout redesign is comming along nicely. I have stripe and paypal gateways all set (untested, but should be working) with separate components for estimated total display and coupon input. Each gateway is much easier to comprehend than the original checkout component cause it was so full of random code being held together by duct tape.

dman926 commented 2 years ago

nowpayments and checkout redesign are good. nowpayments is untested because of a bug with the sandbox, but I'm talking with their support to get a fix.