nopSolutions / braintree-plugin-for-nopcommerce

nopCommerce plugin for Braintree (payments)
https://www.nopcommerce.com/
GNU General Public License v3.0
3 stars 10 forks source link

Customer Vault #4

Closed cklenk closed 5 years ago

cklenk commented 6 years ago

I am having an issue with your Braintree plugin. We have a client site we are using this plugin on. We have configured the plugin with live production keys, and did a live production test, but the Customer Name does not seem to be getting pulled through to the Braintree reports. The specific reports within Braintree where we see this occurring is under "Disbursement Summary". It does not show on the summary screen, and if you expand the specific order, the entire customer information portion is blank. Based on the documentation for the plugin, it seems like this information should be brought over. Do you have any suggestions of things I could try?

njakes commented 5 years ago

I am also having an issue with this. Have you found a fix for this @cklenk? I know that Braintree offers the ability to modify the Transaction Sales Call but I have yet to find a way to do that with nopCommerce.

cklenk commented 5 years ago

@njakes Yes I was able to modify the source code of the plugin. I added extra data to the requests to the customer, address and transaction options. That was all under the ProcessPayment method. I also passed in store in vault in the transaction options request. I hope that helps you out.

njakes commented 5 years ago

Did you use any of the coding found here: https://developers.braintreepayments.com/reference/request/transaction/sale/dotnet

If not would you be willing to share some of the changes that you have made?

cklenk commented 5 years ago

@njakes Yes I did follow most of that. Here is a copy of what I did for you if you want to review.

BrainTreeCode

skoshelev commented 5 years ago

Closed #4