hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
178 stars 53 forks source link

include save payment rest api hook #277

Closed rajeev-k-tomy closed 2 years ago

rajeev-k-tomy commented 2 years ago

It is good we provide generic hooks that allow calling REST API method that allows saving the payment. Most of the custom payment renderers will have additional and extension attribute information. So they are more likely to use the REST method instead of graphql method.

A generic hook would help them to reuse the logic for this.

wigman commented 2 years ago

Closed with #280