Enable global payments with PayPal

This commit is contained in:
2023-11-29 12:33:04 +01:00
parent cc84e6a1b0
commit a3bcd3bb1e
5 changed files with 67 additions and 83 deletions

View File

@@ -32,13 +32,11 @@ const update = async () => {
}
}
let checkout_success = false
onMount(() => {
if (window.location.hash === "#checkout_complete") {
checkout_success = true
window.location.hash = ""
}
})
</script>
@@ -58,8 +56,9 @@ onMount(() => {
If your account credit has not been updated, please check the
status of your invoice on <a
href="/user/prepaid/deposit#invoices">the invoices page</a>.
Depending on the payment processor you used to can take a while
before your credit is deposited. If it takes too long contact
Depending on the payment processor you used it can take a while
before your credit is deposited. SEPA transfers can take up to
two working days for example. If it takes too long contact
support@pixeldrain.com.
</p>
</div>