Add support for a third address line parameter - #236
Conversation
|
This is very useful! |
|
How would you see this working with existing drivers that would never look at the |
|
So in this scenario, the application wants to use I think the options here are the same as usual with any drivers, you would either fork the driver to add support for |
|
The CI tests are failing for a reason unrelated to this branch (they're failing for Is there anything I can do to help progress this PR? |
|
@barryvdh any chance of a review on this one? |
|
Had another gateway with the additional address line item requirement and am having to keep using this fork in order to make it play nice. Is there anything I can do to progress this PR? |
|
Rebased on latest |
|
Windcave HPP also supports an |
Some payment gateways support an additional address line for more complex addresses. Rather than making additional accessors just for one line of addressing when everything else is supported by the
CreditCardobject, we can add support here directly.