Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update badge colours and banner to match the new brand identity #149

Merged
merged 1 commit into from May 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
@@ -1,11 +1,12 @@
![README Cover Image](readme_cover.png)

<div align="center">

![banner](readme_files/banner.png)

# Conekta PHP v.4.0.4

[![Made with PHP](https://img.shields.io/badge/made%20with-php-red.svg?style=for-the-badge&colorA=8892be&colorB=4f5b93&logo=php&logoColor=white)](https://php.net)
[![By Conekta](https://img.shields.io/badge/by-conekta-red.svg?style=for-the-badge&colorA=ee6130&colorB=00a4ac)](https://conekta.com)
![php badge](readme_files/php-badge.png)
![conekta badge](readme_files/conekta-badge.png)

</div>

This is a PHP library that allows interaction with [Conekta's API](https://api.conekta.io).
Expand Down Expand Up @@ -66,7 +67,7 @@ $valid_order =

try {
$order = \Conekta\Order::create($valid_order);
} catch (\Conekta\ProcessingError $e){
} catch (\Conekta\ProcessingError $e){
echo $e->getMessage();
} catch (\Conekta\ParameterValidationError $e){
echo $e->getMessage();
Expand Down Expand Up @@ -119,7 +120,7 @@ _note:_ for this PHPUnit version (6.1.x) only PHP 7 is supported for older PHP v
## Contributing

1. Fork the repository

2. Clone the repository
```
git clone git@github.com:yourUserName/conekta-php.git
Expand All @@ -130,7 +131,7 @@ _note:_ for this PHPUnit version (6.1.x) only PHP 7 is supported for older PHP v
git pull origin develop
# You should choose the name of your branch
git checkout -b <feature/my_branch>
```
```
4. Make necessary changes and commit those changes
```
git add .
Expand Down
Binary file removed readme_cover.png
Binary file not shown.
Binary file added readme_files/banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_files/conekta-badge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_files/php-badge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.