Skip to content

Commit

Permalink
DESK-8096 - All Hubs > Upgrade SOAP API authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Cândido committed Jan 6, 2022
1 parent eb70542 commit 38af24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/salesforce_bulk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module SalesforceBulk
# Your code goes here...
class Api

@@SALESFORCE_API_VERSION = '24.0'
@@SALESFORCE_API_VERSION = '41.0'

def initialize(username, password, in_sandbox=false)
@connection = SalesforceBulk::Connection.new(username, password, @@SALESFORCE_API_VERSION, in_sandbox)
Expand Down

0 comments on commit 38af24c

Please sign in to comment.