Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from solidusio/save-payment-type-to-source
Browse files Browse the repository at this point in the history
Save payment type to source
  • Loading branch information
stewart authored Sep 13, 2016
2 parents c25e152 + 257d32f commit 983e818
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 5,941 deletions.
1 change: 1 addition & 0 deletions app/models/solidus_paypal_braintree/transaction_import.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def initialize(order, transaction)

def source
SolidusPaypalBraintree::Source.new nonce: transaction.nonce,
payment_type: transaction.payment_type,
user: user
end

Expand Down
Loading

0 comments on commit 983e818

Please sign in to comment.