freedomlayer / offset

Offset payment engine
https://www.offsetcredit.org
Other
163 stars 20 forks source link

RequestClosePayment waits until payment is done #244

Closed realcr closed 5 years ago

realcr commented 5 years ago

In the current implementation, RequestClosePayment may return an InProgress response. This PR changes this behaviour: A response will be returned only when the payment is ready (with success or cancel status).