This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from heidelpay/develop
Changed ComposerJson for packagist
- Loading branch information
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,9 @@ Heidelpay payment integration for Shopware 6.2 including the following payment m | |
|
||
## Installation | ||
### For production | ||
1. Install the plugin using the Shopware plugin manager and configure it as you need. | ||
1. Upload the plugin files into the `custom/plugins` folder in your shopware installation. | ||
2. Inside the plugin directory `custom/plugins/HeidelPayment6` run `composer install --no-dev` | ||
3. Switch to admin and install the plugin using the Shopware plugin manager and configure it as you need. | ||
|
||
### For development | ||
1. Clone the plugin repository into the `custom/plugins` folder in your shopware installation. | ||
|
@@ -36,12 +38,12 @@ This will automatically generate all files required for the plugin to work corre | |
After the actual plugin installation it is necessary to add the new payment methods to the desired sales channel. | ||
Currently the only sales channel that is supported is the Storefront. | ||
|
||
Further information and configuration you can find in the manual at https://dev.heidelpay.de/handbuch-shopware-ab-6-2-version-0-0-1/ | ||
Further information and configuration you can find within the <a href="https://dev.heidelpay.de/handbuch-shopware-ab-6-2-version-0-0-1/" target="_blank">manual</a> | ||
|
||
## Troubleshooting | ||
|
||
#### Known Issues | ||
> This plugin is a beta-release. For all known issues please have a look at https://dev.heidelpay.de/handbuch-shopware-ab-6-2-version-0-0-1/#Known_issues | ||
> This plugin is a beta-release. For all known issues please have a look at the <a href="https://dev.heidelpay.de/handbuch-shopware-ab-6-2-version-0-0-1/#Known_issues" target="_blank">documentation</a> | ||
#### JavaScript does not load correctly in the storefront | ||
|
||
|
@@ -53,3 +55,6 @@ Further information and configuration you can find in the manual at https://dev. | |
#### I do not see the plugin inside the plugin list | ||
>In this case it's required to run the command `./bin/console plugin:refresh` manually in the shopware directory | ||
#### Support | ||
If you need support please feel free to contact us via e-mail <a href="mailto:[email protected]">[email protected]</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.