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
Add a new gateway option: payment page mode allows merchant to choose between in-page payment form rendering (default)
and redirect to Alma's payment page
Fix issue with shipping info data: the title field is required by our API but the plugin used
ShippingMethod->getDescription(), which might be empty. Switched to getName().