In our custom implementation, the Spree::Payment o...
# support
l
In our custom implementation, the Spree::Payment object is created after that the payment intent has been confirmed by user on the front end. So I have to overwrite or use custom methods around retrieval/creation of the payment intent, mainly using the same implementation but without reference to the payment. Do you think the payment should always be created and the current gem implementation is good or should the gem leav ethe possibility to manage the payment intent without a payment ?