Problem/Motivation

Currently no option to export shipping details. We require this so we can filter out what orders require VAT based on shipping country.

Proposed resolution

Add option to payment method that allows for collection of the shipping address. This is passed into the transaction:sale as per the Braintree docs here: https://developer.paypal.com/braintree/docs/reference/request/transactio...

Is this something you would consider merging?

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

chrisscrumping created an issue. See original summary.

chrisscrumping’s picture

StatusFileSize
new3.13 KB

Created a patch for convenience

damienmckenna’s picture

Status: Active » Needs review
damienmckenna’s picture

Status: Needs review » Needs work

This needs to be turned into a merge request so the test scan run.

jsacksick’s picture

Category: Support request » Feature request

Also, I don't think we need a setting for that. The setting makes it sound that the shipping address will be collected in checkout if the setting is on.

I think if the checkout flow collects the shipping address, it should be passed.
If a shipping address is there, we pass it, I think we can safely skip the setting...

Will work on an MR.

  • jsacksick committed 82d9ad96 on 8.x-1.x
    Issue #3506691 by chrisscrumping, jsacksick, damienmckenna: Support...
jsacksick’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.