webdna / commerce-braintree

Braintree gateway for Craft Commerce
Other
2 stars 11 forks source link

Customer Info blank within Braintree dashboard #9

Closed zackspear closed 5 years ago

zackspear commented 5 years ago

In the Braintree dashboard do you know if there's a way to submit the user details (name & email, craft order/reference #, etc.) as a part of the "Customer Info" for the transaction? Currently blank for both address and address-less transactions. This way we can cross reference orders within Craft Commerce to Braintree if need be.

Cheers

samuelbirch commented 5 years ago

We'll use the order->shortNumber for the orderId as that will make searching easier, we can't use the order->reference as that is not generated until after the order is completed.

For guest checkout, only the email will be sent in the customer info.

If the customer is in the vault, we'll link to that otherwise we'll send email, firstname & lastName as the customer info.

samuelbirch commented 5 years ago

released in v2.2.1

zackspear commented 5 years ago

Cheers!

I’ll test this out sometime today and will let you know if we have any trouble.

Thanks again for the quick turn around on all these. 🙏