├── README.md ├── controllers └── front │ └── validation.php ├── index.php ├── logo.png ├── prestapay.php └── views └── templates └── hook ├── payment_options.tpl └── payment_return.tpl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresams/prestapay/HEAD/README.md -------------------------------------------------------------------------------- /controllers/front/validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresams/prestapay/HEAD/controllers/front/validation.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresams/prestapay/HEAD/index.php -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresams/prestapay/HEAD/logo.png -------------------------------------------------------------------------------- /prestapay.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresams/prestapay/HEAD/prestapay.php -------------------------------------------------------------------------------- /views/templates/hook/payment_options.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresams/prestapay/HEAD/views/templates/hook/payment_options.tpl -------------------------------------------------------------------------------- /views/templates/hook/payment_return.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresams/prestapay/HEAD/views/templates/hook/payment_return.tpl --------------------------------------------------------------------------------