Skip to content

Commit

Permalink
Set minimum PHP version to 5.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimlawal committed Oct 15, 2016
1 parent 25d248b commit 8eff019
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ A plugin that allows Magento store owners accept payments using Paystack
with version 1.9.1 of Magento Community edition onwards. The installation procedure
described here has been tested on Magento Community version 1.9.1 and 1.9.2
- Supported Web Servers: Apache and Nginx
- PHP (5.5.19 or more recent) and extensions, MySQL and web browser
- PHP (5.3.19 or more recent) and extensions, MySQL and web browser
- cURL (7.34.0 or more recent)
- OpenSSL v1.0.1 or more recent
- For further details of PHP compatibility, MySQL, supported Web servers and other
- For further details of PHP compatibility, MySQL, supported Web servers and other
requirements,refer to the Magento website:[Magento Requirements][link-magento-requirements]

## Prepare

- Before you can start taking payments through Paystack, you will first need to sign up at:
- Before you can start taking payments through Paystack, you will first need to sign up at:
[https://dashboard.paystack.co/#/signup][link-signup]. To receive live payments, you should request a Go-live after
you are done with configuration and have successfully made a test payment.
- Either: Download a released `.tgz` file from the [releases page][link-releases]
Expand All @@ -37,7 +37,7 @@ you are done with configuration and have successfully made a test payment.

### Using Magento Connect

-
-
- Scroll to **Install New Extensions**

![Install New Extensions](.github/screenshots/install-new-extensions.png?raw=true "Install New Extensions")
Expand All @@ -55,14 +55,14 @@ you are done with configuration and have successfully made a test payment.

## Configure

- In the Magento Admin panel, navigate to the **System** > **Configuration** section
- In the Magento Admin panel, navigate to the **System** > **Configuration** section
and select **Payment Methods** from the Sales section of the left‐hand Configuration menu.
- Find `Paystack Inline Module` and click the title to expand if not already expanded.
- Provide your **Test keys** and **Live Keys** as made available on the
- Provide your **Test keys** and **Live Keys** as made available on the
[Paystack Dashboard][link-keys]. Note that the dashboard has no live keys until a successful
_Go-live_. Not to worry, you can test the installation by setting `Test Mode` to `Yes`
and providing only your **Test keys**.
- You may also change the title of the module specifying what you'd want your customers to
- You may also change the title of the module specifying what you'd want your customers to
see when choosing to pay via Paystack.

## I'm ready!
Expand Down Expand Up @@ -105,4 +105,4 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
[link-signup]: https://dashboard.paystack.co/#/signup
[link-keys]: https://dashboard.paystack.co/#/settings/developer
[link-author2]: https://github.com/ibrahimlawal
[link-contributors]: ../../contributors
[link-contributors]: ../../contributors

0 comments on commit 8eff019

Please sign in to comment.