cssoft/cscheckoutintegrations

Code for third-party modules that requires additional logic at cscheckout page

Installs: 12

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

1.4.7 2025-01-08 10:01 UTC

This package is auto-updated.

Last update: 2025-01-08 11:22:03 UTC


README

Installation

For clients

Please do not install this module. It will be installed automatically as cscheckout dependency.

For developers

Use this approach if you have access to our private repositories!

cd <magento_root>
composer config repositories.cssoft composer https://docs.cssoftsolutions.com/packages/
composer require cssoft/cscheckout-integrations:dev-master --prefer-source
bin/magento module:enable CSSoft_CscheckoutIntegrations
bin/magento setup:upgrade