Skip to content

Commit

Permalink
fallback the last change
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Aug 4, 2014
1 parent 58e1016 commit 81d41ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/sf/reg_registration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ def registration_mapping
'receipt_id' => 'receipt_id__c',
'reference_id' => 'reference_id__c',
'balance' => 'balance__c',
'from_ip_address' => 'ip_address__c',
'transferred_to_receipt_id' => 'transferred_to_receipt_id__c'
'from_ip_address' => 'ip_address__c'
}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.0.4"
VERSION = "0.0.3"
end

0 comments on commit 81d41ec

Please sign in to comment.