thephpleague / omnipay-eway

eWay driver for the Omnipay PHP payment processing library
MIT License
13 stars 17 forks source link

[Hotfix] Added headers to refunds #30

Closed alexw23 closed 5 years ago

alexw23 commented 5 years ago

Looks like a recent update (https://github.com/thephpleague/omnipay-eway/commit/a32592a64b02fef99a2977bc2727f9e6859fe5ac#diff-0ada237d4b1b4579f4ea119db2a8b717L59) broke the refunds ability.

This was due to the fact headers was set to an empty array. This hotfix resolves this.

alexw23 commented 5 years ago

@amacneil any chance of pushing this one through?

incarnate commented 5 years ago

Thanks @alexw23 - looks like I missed refunds in #28 Looks good to me.

@barryvdh are you able to review for merge?

andris-sevcenko commented 5 years ago

Any chance of a release for this one? As it is, refunds are simply not working.

barryvdh commented 5 years ago

Tagged