Skip to content

Commit

Permalink
Bump SF API version from 28.0 to 48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sirken authored and brmeyer committed Jun 28, 2024
1 parent d2cd956 commit 97c3f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def progress_percentage(current, total)

def login
puts "Logging in..."
path = '/services/Soap/u/28.0'
path = '/services/Soap/u/48.0'

pwd_token_encoded = ENV["SFDC_PASSWORD"]
pwd_token_encoded = pwd_token_encoded.gsub(/&(?!amp;)/,'&')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def file_name(url=nil)

def login
puts "Logging in..."
path = '/services/Soap/u/28.0'
path = '/services/Soap/u/48.0'

pwd_token_encoded = ENV["SFDC_PASSWORD"]
pwd_token_encoded = pwd_token_encoded.gsub(/&(?!amp;)/,'&')
Expand Down

0 comments on commit 97c3f26

Please sign in to comment.