diff --git a/app/dashboard/templates/dashboard/pricing.html b/app/dashboard/templates/dashboard/pricing.html index cc956a73..c931fe43 100644 --- a/app/dashboard/templates/dashboard/pricing.html +++ b/app/dashboard/templates/dashboard/pricing.html @@ -93,7 +93,6 @@ function upgrade(productId) { Paddle.Checkout.open({ product: productId, - email: "{{ current_user.email }}", success: "{{ success_url }}" }); }