Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
fixing method name
Browse files Browse the repository at this point in the history
  • Loading branch information
James Christie committed Oct 24, 2012
1 parent 0bafaf1 commit ac382a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite-rest-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def delete(record_type, internal_ids, options={})
results
end

def transform_records(initial_record_type, result_record_type, internal_ids, options={})
def transform(initial_record_type, result_record_type, internal_ids, options={})
results = Array.new
params = { 'script' => @script_id,
'deploy' => @deploy_id }
Expand Down

0 comments on commit ac382a3

Please sign in to comment.