solution25 / square-payments
Square Payments for Shopware 6 lets you accept major credit cards and digital wallets securely. Easy setup, PCI compliant, and supports multiple currencies for your online store.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
pkg:composer/solution25/square-payments
Requires
- shopware/core: ~6.6.0
- shopware/storefront: ~6.6.0
- square/square: ^31.0
Requires (Dev)
README
composer require solution25/square-payments
Running Shopware Extension Verifier locally
To verify this plugin against Shopware Marketplace requirements, you can use the Shopware CLI Extension Verifier.
1. Navigate to the plugin directory
For example, if your plugin is located in custom/plugins/square-payments-shopware-6-solution25:
cd custom/plugins/square-payments-shopware-6-solution25
To validate an extension, you can use the following command:
Docker:
docker run --rm -v $(pwd):/ext ghcr.io/shopware/shopware-cli extension validate --full /ext
or without Docker :
shopware-cli extension validate /path/to/your/extension