Skip to content

Commit

Permalink
Merge pull request #4 from andrejro2/getmethods
Browse files Browse the repository at this point in the history
Getmethods added
  • Loading branch information
renat-magadiev authored Sep 5, 2022
2 parents 375cfd6 + bd5b209 commit 88b6194
Show file tree
Hide file tree
Showing 9 changed files with 761 additions and 2,329 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ $redirectUrl = $createPaymentResponse->getRedirectUrl();

```

`CreatePayment` class has the same props as described in Comgate [documentation](https://platebnibrana.comgate.cz/cz/protokol-api#sidemenu-link-12)
`CreatePayment` class has the same props as described in Comgate [documentation](https://platebnibrana.comgate.cz/cz/protokol-api#sidemenu-link-12)
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
{
"name": "Renat Magadiev",
"email": "renatmagadiev@gmail.com"
},
{
"name": "Andrew Kozoriz",
"email": "elgustos@gmail.com"
}
],
"require": {
"guzzlehttp/guzzle": "^6.3",
"php":"^7.0"
"php":">=7.0"
},
"require-dev": {
"phpunit/phpunit": "6.5.*"
Expand Down
Loading

0 comments on commit 88b6194

Please sign in to comment.