Remove warning about download slowdowns as it's no longer true

This commit is contained in:
2025-05-15 23:57:56 +02:00
parent 732fdb8687
commit 9c8c9bb5f5
6 changed files with 13 additions and 26 deletions

View File

@@ -83,7 +83,7 @@ export const checkout = async (state: CheckoutState) => {
const form = new FormData()
form.set("amount", String(state.amount * 1e6))
form.set("network", state.provider.name)
form.set("country", state.country.alpha2)
form.set("country", state.country.alpha3)
if (state.provider.need_name) {
form.set("name", state.name)