Is there a way to add the PayPal transaction fee to a View? Accounting needs this information when we process orders. I'd much rather customize a view than a PayPal report, if possible.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | commerce_paypal-mc_fee-1826096-3.patch | 4.45 KB | thatoneguy |
Comments
Comment #1
rszrama commentedThe data should be in the transaction's payload array, so you can probably dig it out of there. I'd just create a new Views field handler that is able to read that information and output it in the View.
Comment #2
rszrama commentedThis feature won't make it into the 1.0 release, but I'd be happy to add it in a minor update after that.
Comment #3
thatoneguy commentedFirst attempt to add the PayPal a transaction fee.
Comment #4
guy_schneerson commentedHi I need the mc_fee data for a site using version two (7.x-2.3). I can look into converting the patch.
Do you know if the structure of the payload is the same on version two as it is in one?
Comment #5
tomtech commentedAutomatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.