|
1 | | -<?php |
2 | | -/** |
3 | | - * This file is part of the netsuitephp/netsuite-php library |
4 | | - * AND originally from the NetSuite PHP Toolkit. |
5 | | - * |
6 | | - * New content: |
7 | | - * @package ryanwinchester/netsuite-php |
8 | | - * @copyright Copyright (c) Ryan Winchester |
9 | | - * @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 |
10 | | - * @link https://github.com/netsuitephp/netsuite-php |
11 | | - * |
12 | | - * Original content: |
13 | | - * @copyright Copyright (c) NetSuite Inc. |
14 | | - * @license https://raw.githubusercontent.com/netsuitephp/netsuite-php/master/original/NetSuite%20Application%20Developer%20License%20Agreement.txt |
15 | | - * @link http://www.netsuite.com/portal/developers/resources/suitetalk-sample-applications.shtml |
16 | | - * |
17 | | - * created: 2015-01-22 1:04 PM |
18 | | - * updated: 2024-09-13 03:48:15 PM UTC |
19 | | - */ |
20 | | - |
21 | | -namespace NetSuite; |
22 | | - |
23 | | -use NetSuite\Classes; |
24 | | - |
| 1 | +<?php |
| 2 | +/** |
| 3 | + * This file is part of the netsuitephp/netsuite-php library |
| 4 | + * AND originally from the NetSuite PHP Toolkit. |
| 5 | + * |
| 6 | + * New content: |
| 7 | + * @package ryanwinchester/netsuite-php |
| 8 | + * @copyright Copyright (c) Ryan Winchester |
| 9 | + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 |
| 10 | + * @link https://github.com/netsuitephp/netsuite-php |
| 11 | + * |
| 12 | + * Original content: |
| 13 | + * @copyright Copyright (c) NetSuite Inc. |
| 14 | + * @license https://raw.githubusercontent.com/netsuitephp/netsuite-php/master/original/NetSuite%20Application%20Developer%20License%20Agreement.txt |
| 15 | + * @link http://www.netsuite.com/portal/developers/resources/suitetalk-sample-applications.shtml |
| 16 | + * |
| 17 | + * created: 2015-01-22 1:04 PM |
| 18 | + * updated: 2025-01-23 03:00:28 AM UTC |
| 19 | + */ |
| 20 | + |
| 21 | +namespace NetSuite; |
| 22 | + |
| 23 | +use NetSuite\Classes; |
| 24 | + |
25 | 25 | class NetSuiteService extends NetSuiteClient { |
26 | 26 |
|
27 | | - public $generated_from_endpoint = '2024_1'; |
| 27 | + public $generated_from_endpoint = '2024_2'; |
28 | 28 |
|
29 | 29 | /** |
30 | 30 | * Service Call: changePassword |
|
0 commit comments