You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
Some payment methods require the user to be redirected from the store to the payment provider's website, and then they will be redirected back to the store. These such payment methods require the payment-information endpoint in Magento 2 to save the order with an unpaid payment method, which will then be updated after a confirmation from the payment provider.
Some payment methods require the user to be redirected from the store to the payment provider's website, and then they will be redirected back to the store. These such payment methods require the
payment-information
endpoint in Magento 2 to save the order with an unpaid payment method, which will then be updated after a confirmation from the payment provider.The magento2-rest-client lib already supports this, so a new endpoint in the VSF API needs to be added to support this as well.
See https://github.com/DivanteLtd/magento2-rest-client/blob/32fd922ced0ef735b99fd85be0dda6ebcd9eb791/lib/cart.js#L145
The text was updated successfully, but these errors were encountered: