Closed realcr closed 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).
RequestClosePayment
InProgress
In the current implementation,
RequestClosePayment
may return anInProgress
response. This PR changes this behaviour: A response will be returned only when the payment is ready (with success or cancel status).