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

1.0.3 2025-10-29 14:04 UTC

This package is auto-updated.

Last update: 2025-10-29 14:20:58 UTC


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

For more details you can check the documentation of shopware : Shopware CLI Extension Verifier