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
"description": "A module that enables you to limit access only the Magento checkout. Usefull for a PWA setup that uses the default Magento 2 checkout",
"require": {
"php": "^7.0|^8.0",
"magento/magento-composer-installer": "*"
},
"suggest": {
"divante/module-vue-cart-sync": "Syncs Vue Storefront cart with Magento 2"
},
"type": "magento2-module",
"license": "MIT",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Vendic\\CheckoutOnly\\": ""
}
},
"suggest": {
"vuestorefront/magento2-vue-cart-sync": "Synchronize Magento cart between Vue Storefront"