Skip to content

Commit

Permalink
Merge pull request #75 from Judopay/ReadmeUpdate-JR-0-0
Browse files Browse the repository at this point in the history
ReadmeUpdate-JR-0-0
  • Loading branch information
chrisurun authored Jun 24, 2022
2 parents f360ffa + 7ebbbf9 commit ec7a093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Judopay PHP SDK [![Build Status](https://travis-ci.org/Judopay/Judo-PHP.svg?branch=master)](https://travis-ci.org/Judopay/Judo-PHP)
The JudoPay SDK provides you with ability to integrate card payments into your PHP project. Judo's SDK enables a faster, simpler and more secure payment experience within your app.
The JudoPay SDK provides you with the ability to integrate card payments into your PHP project. Judo's SDK enables a faster, simpler, and more secure payment experience within your app.
##### **\*\*\*Due to industry-wide security updates, versions below 2.0 of this SDK will no longer be supported after 1st Oct 2016. For more information regarding these updates, please read our blog [here](http://hub.judopay.com/pci31-security-updates/).*****

## Requirements
For the Judo PHP library in order to work correctly with your developer setup, please ensure the following requirements are met:
In order for the Judo PHP library to work correctly with your development setup, please ensure the following requirements are met:

- PHP 5.5 and above
- [Composer](https://getcomposer.org/download/)
Expand Down Expand Up @@ -99,7 +99,7 @@ Also important to handle different exceptions in your code. See more details in
try {
$response = $payment->create();
if ($response['result'] === 'Success') {
echo 'Payment succesful';
echo 'Payment successful';
} else {
echo 'There were some problems while processing your payment';
}
Expand All @@ -113,7 +113,7 @@ Also important to handle different exceptions in your code. See more details in
```

## Next steps
The judo PHP SDK supports a range of customization options. For more information on using judo see our [documentation](https://docs.judopay.com/#php) or [wiki documentation](https://github.com/JudoPay/PhpSdk/wiki).
The Judo PHP SDK supports a range of customization options. For more information on using Judo see our [documentation](https://docs.judopay.com/Content/Server%20SDKs/Server%20SDKs_1.htm#Server).

## License
See the [LICENSE](https://github.com/JudoPay/PhpSdk/blob/master/LICENSE.txt) file for license rights and limitations (MIT).

0 comments on commit ec7a093

Please sign in to comment.