Plugin Directory

Changeset 2682222


Ignore:
Timestamp:
02/21/2022 08:26:02 AM (4 years ago)
Author:
amydeveloper
Message:

update api

Location:
amy-chatbot
Files:
165 added
4 edited

Legend:

Unmodified
Added
Removed
  • amy-chatbot/trunk/amylivechat.php

    r2680507 r2682222  
    33Plugin Name: Amy Chatbot Plugin
    44Description: Plugin component for WordPress
    5 Version: 2.2
     5Version: 2.3
    66Author: Amy.us
    77License: GPLv2 or later
  • amy-chatbot/trunk/plugin_files/signin.php

    r2680507 r2682222  
    312312contentType: "application/json",
    313313dataType: "text",
    314 data: JSON.stringify({ emailId: userInfo.email, password: "", handShakeId: _handShakeId, thirdPartnerType: 0, thirdPartyToken: token, payload: {
     314data: JSON.stringify({ emailId: userInfo.email, password: "", handShakeId: _handShakeId, thirdPartnerType: 0, thirdPartyToken: token,   webSite: webSite, payload: {
    315315                      firstName,
    316                       lastName,
    317                       webSite
     316                      lastName
    318317                     } }),
    319318success: function (result, status) {
     
    406405contentType: "application/json",
    407406dataType: "text",
    408 data: JSON.stringify({ emailId: userName, password: userPwd, handShakeId: _handShakeId, payload: {
     407data: JSON.stringify({ emailId: userName, password: userPwd, handShakeId: _handShakeId, webSite: webSite, payload: {
    409408                      firstName,
    410                       lastName,
    411                       webSite
     409                      lastName
    412410                     }}),
    413411success: function (result, status) {
  • amy-chatbot/trunk/plugin_files/signup.php

    r2680507 r2682222  
    329329                contentType: "application/json",
    330330                dataType: "text",
    331                 data: JSON.stringify({ emailId: userInfo.email, handShakeId: _handShakeId, businessType:businessType, primaryColor: primaryColor, thirdPartnerType: 0, thirdPartyToken: token, payload: {
     331                data: JSON.stringify({ emailId: userInfo.email, handShakeId: _handShakeId, businessType:businessType, primaryColor: primaryColor, thirdPartnerType: 0, thirdPartyToken: token,webSite: webSite, payload: {
    332332                    firstName,
    333                     lastName,
    334                     webSite
     333                    lastName
     334                   
    335335                }}),
    336336                success: function (result, status) {
     
    434434                contentType: "application/json",
    435435                dataType: "text",
    436                 data: JSON.stringify({ emailId: userName, password: userPwd, handShakeId: _handShakeId, businessType:businessType, primaryColor: primaryColor, payload: {
     436                data: JSON.stringify({ emailId: userName, password: userPwd, handShakeId: _handShakeId, businessType:businessType, primaryColor: primaryColor,webSite: webSite, payload: {
    437437                firstName,
    438                 lastName,
    439                 webSite
     438                lastName
    440439                }}),
    441440                success: function (result, status) {
  • amy-chatbot/trunk/readme.txt

    r2680507 r2682222  
    44Requires at least: 3.0
    55Tested up to: 5.8.1
    6 Stable tag: 2.2
     6Stable tag: 2.3
    77Requires PHP: Depends on Wordpress
    88Tags: chatbot, customer service, customer support, chat, free chatbot, small business, website chatbot, pre-built chatbot, lead generation, book meeting
     
    61612.1 UI fix & google siginIn
    62622.2 track signups from wordpress
     632.3 update api
    6364
    6465== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.