├── README.md └── bitpayx ├── README.md ├── app └── Services │ ├── Gateway │ └── BitPayX.php │ └── Payment.php.example └── resources └── views └── material └── user └── bitpayx.tpl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MugglePay/bitpayx/HEAD/README.md -------------------------------------------------------------------------------- /bitpayx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MugglePay/bitpayx/HEAD/bitpayx/README.md -------------------------------------------------------------------------------- /bitpayx/app/Services/Gateway/BitPayX.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MugglePay/bitpayx/HEAD/bitpayx/app/Services/Gateway/BitPayX.php -------------------------------------------------------------------------------- /bitpayx/app/Services/Payment.php.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MugglePay/bitpayx/HEAD/bitpayx/app/Services/Payment.php.example -------------------------------------------------------------------------------- /bitpayx/resources/views/material/user/bitpayx.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MugglePay/bitpayx/HEAD/bitpayx/resources/views/material/user/bitpayx.tpl --------------------------------------------------------------------------------