Skip to content

Commit

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

Expand Down

0 comments on commit 25e1b8b

Please sign in to comment.