moving into the 21st century
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "outragelib/payment-stpp", | |||
"description": "STPP/STAPI", | |||
"type": "library", | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "David Weston", | |||
"email": "westie@typefish.co.uk" | |||
} | |||
], | |||
"minimum-stability": "dev", | |||
"require": {}, | |||
"autoload": { | |||
"psr-4": { | |||
"OUTRAGElib\\Payment\\STPP\\": "./lib" | |||
} | |||
}, | |||
"autoload-dev": { | |||
"psr-4": { | |||
"OUTRAGElib\\Payment\\STPP\\Tests\\": "./tests" | |||
} | |||
} | |||
} | |||
\ No newline at end of file |
lib/RequestHandler.php
0 → 100644
Please register or sign in to comment