remove auto email fill-up on paddle

This commit is contained in:
Son NK 2020-08-19 09:22:54 +02:00
parent 8626c5e232
commit 7f34dc1a20
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@
function upgrade(productId) {
Paddle.Checkout.open({
product: productId,
email: "{{ current_user.email }}",
success: "{{ success_url }}"
});
}