academe / SagePay-Integration

HTTP Messages for the Sage Pay REST (Pi) gateway.
GNU General Public License v3.0
9 stars 5 forks source link

Add Refund support #40

Closed judgej closed 7 years ago

judgej commented 7 years ago

Rolled out in Sage Pay 15-07-2016 v1

judgej commented 7 years ago

The response is handled like any other transaction (payment or repeat).

It may be worth looking into whether a [successful] transaction result could be handled by a single, shared message.

judgej commented 7 years ago

I may have brought some breaking changes into this commit, so use with care. Having a rethink about how the response message is parsed.

judgej commented 7 years ago

I may have brought some breaking changes into this commit, so use with care. Having a rethink about how the response message is parsed.

judgej commented 7 years ago

Done as a part of issue #45