Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Subhash

    (@subhashbose)

    require_once (ABSPATH. ‘wp-content/plugins/integration-dynamics/vendor/autoload.php’);

    use AlexaCRM\CRMToolkit\Settings;

    use AlexaCRM\CRMToolkit\Client as OrganizationService;

    $service = ASDK();

    $options = [

        ‘serverUrl’ => ASDK()->settings->serverUrl,

      //  ‘username’ => ASDK()->settings->username,

      //  ‘password’ => ASDK()->settings->password,

        ‘authMode’ => ASDK()->settings->authMode,

    ];

    • This reply was modified 3 months, 1 week ago by Subhash.
Viewing 1 replies (of 1 total)