Add support for manual settlements#48
Conversation
Currently, transactions are auto-settled by default. However, in some cases, settlement of transactions should be delayed. This adds support for that, allowing setting `auto_settle: false` when authorizing a transaction.
andyundso
left a comment
There was a problem hiding this comment.
looks good!
I remember we talked about a second feature that you need in order to use the gem. Is this still the case or can I ship a release with only this change?
|
Thank you @andyundso! 😊 These changes are already useful, since it's now possible to set However, I'm currently working on adding support for the
I want to validate if everything works as expected by further testing it in the context of my use case and in the sandbox environment. So far so good. I'd also like to add a section to the Readme (which should tie together these changes in a nice example). As soon as everything is ready, I'll open these respective PRs against this repo. I think in the next couple of days. Hope that's okay, and thank you! |
|
all good, then I wait with the release and looking forward to your contribution. |
|
@andyundso turns out I was on the wrong track after all... I found out that confusingly, Therefore I'm proposing to add the following "missing pieces": Thank you for your feedback and for preparing a release, much appreciated! 🙏😊 |
Currently, transactions are auto-settled by default. However, in some cases, settlement of transactions should be delayed. This adds support for that, allowing setting
auto_settle: falsewhen authorizing a transaction.