Skip to content

Commit 2048aaa

Browse files
authored
Merge pull request #2 from yabacon/instructions
Instructions
2 parents 2f27653 + bdd8249 commit 2048aaa

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore all test and documentation with "export-ignore".
5+
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.github export-ignore
9+
/.travis.yml export-ignore
10+
/phpunit.xml.dist export-ignore
11+
/.scrutinizer.yml export-ignore
12+
/test export-ignore
13+
/CHANGELOG.md export-ignore
14+
/README.md export-ignore
15+
/LICENSE export-ignore
16+
/.DS_Store export-ignore

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The MIT License
2+
3+
Copyright (c) 2016 Paystack
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# prestapaystack
22
Paystack for Prestashop
33
>(Compatible with Prestashop 1.6)
4+
5+
## INSTRUCTIONS
6+
- Download this repository as a zip folder.
7+
- Unzip (decompress) the module archive file (.zip). This should result in a new folder.
8+
- **IMPORTANT!!** Rename the folder to `prestapaystack`.
9+
- Using your FTP client, place the `prestapaystack` folder in your PrestaShop `/modules` folder. Upload the whole folder, not just the files it contains.
10+
- Go to your back-office, in the "Modules" tab.
11+
- Locate the `Paystack` module in the modules list. You might have to scroll down; you can also use the list's search engine, which should give you a dynamically updated list of matching module names.
12+
- Click the "Install" button.
13+
- Your module is now installed and should be activated too (green tick).
14+
- Configure the plugin by copying your keys from [https://dashboard.paystack.co/#/settings/developer](https://dashboard.paystack.co/#/settings/developer). Toggle `Live` or `Test` mode as required.
15+
- Make sales!

0 commit comments

Comments
 (0)