https://github.com/binaryminds/authorize-net-recipe
https://github.com/binaryminds/authorize-net-recipe
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binaryminds/authorize-net-recipe
- Owner: binaryminds
- Created: 2023-03-21T09:31:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T11:07:14.000Z (about 3 years ago)
- Last Synced: 2025-05-30T10:13:27.878Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
}
```