digitickets / omnipay-barclays-epdq

Barclays ePDQ Essential payment gateway integration into the Omnipay library.
MIT License
10 stars 17 forks source link

Fix orders with a mix of blank/non-blank descriptions. #28

Closed rquadling closed 8 years ago

rquadling commented 8 years ago

If an order has item without a description before an item with a description, the order would fail.

Blank entries are removed from the set of data transmitted to Barclays.

To allow a blank description through, this commit uses a single space as the description.