An open API service indexing awesome lists of open source software.

https://github.com/binaryminds/authorize-net-recipe


https://github.com/binaryminds/authorize-net-recipe

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Authorize net recipe

### Installation
Setup endpoints collection under `extra.symfony.endpoint` int composer.json:

```json
"extra": {
"symfony": {
"allow-contrib": false,
"endpoint": [
"https://api.github.com/repos/binaryminds/authorize-net-recipe/contents/index.json",
"flex://defaults"
]
}
}
```