Skip to content

Commit

Permalink
Merge pull request #1 from monosolutions/TRE-195
Browse files Browse the repository at this point in the history
(TRE-194) Create README.md
  • Loading branch information
Archanium authored Sep 25, 2018
2 parents a4c37cb + 95ba1ea commit 46a26f6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# omnipay-payu-latam
Omnipay Payu-Latam integration for https://www.payulatam.com/


## Implementation

Add this repository to `composer.json`

```json
{
"name": "mono/v5",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/monosolutions/omnipay-payu-latam"
}
],
"required": {
"mono/omnipay-payu-latam": "dev-master"
}
}
```

0 comments on commit 46a26f6

Please sign in to comment.