formsend / nano

⚠️ Moved ⚠️
https://github.com/fwd/nano-server
MIT License
60 stars 11 forks source link

[Bug] Customize Checkout Page Currency #53

Closed Legolaszstudio closed 2 years ago

Legolaszstudio commented 2 years ago

If you send a request like this: https://nano.to/Moon?currency=HUF

The documentation doesn't mention anything about being able to pass currency value, but if you do then you will get some weird results;

As you can see HUF appears multiple times, but the conversion rate is still USD, which is very misleading as 1$=310Ft.

I would be really grateful if you could add a feature to select a currency when creating a checkout page. If you do, then maybe I will drop a few NANOs in your wallet as a reward ;)

bingland commented 2 years ago

I was playing with nano.to the other day and I noticed this too. @santiesque I'll be glad to fix bugs like this however it appears that the front end API and checkout pages aren't on public repos, is this correct?

nano2dev commented 2 years ago

the front end API and checkout pages aren't on public repos

At the time of this writing, Nano.to is closed-source. This public repo currently hosts an NPM package. That we use for talking to the Nano Node. Plans for open sourcing Nano.to entirely are in the works.