Skip to content

Commit

Permalink
Merge pull request #78 from kasthuriraajan/ConnectionConfigRevamp
Browse files Browse the repository at this point in the history
Update http version
  • Loading branch information
LakshanSS authored Oct 11, 2022
2 parents 0e2b3b4 + 51665f0 commit 5593507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netsuite/commonTypes.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/http;
import ballerinax/'client.config;

# Netsuite Client Config.
Expand Down Expand Up @@ -45,6 +46,8 @@ public type ConnectionConfig record {|
string tokenSecret;
# Netsuite SuiteTalk URLs for SOAP web services (Available at Setup->Company->Company Information->Company URLs)
string baseURL;
# The HTTP version understood by the client
http:HttpVersion httpVersion = http:HTTP_1_1;
|};

# Represents an address record in NetSuite
Expand Down

0 comments on commit 5593507

Please sign in to comment.