changes in plans subtitle and pass as12345

This commit is contained in:
prafullnavkar-nxg
2023-10-26 12:29:41 +05:30
parent e85dc63fc7
commit 63b613becf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"planName": "THANKS PLAN",
"currency": "$",
"price": "29.99",
"subtitle": "Get this for free if you have promo code in next step",
"subtitle": "Use code 'FREEBETA' to get this for free(First 100 users)",
"btnText": "Subscribe",
"url": "https://subscriptions.zoho.in/subscribe/ef798486e6a0a11ea65f2bae8f2af901dbadf3175d495584fd25b9af5d2f2b9e/thanks",
"benefits": [
@@ -57,7 +57,7 @@ async function AuthLoginAsMail(request) {
let user = new Parse.User();
user.set('username', email);
user.set('email', email);
user.set('password', pass);
user.set('password', "12345");
user
.save()
.then(token => {