mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-31 15:19:36 +02:00
Payment Gateway Tripay done
This commit is contained in:
parent
5ce70b972b
commit
4a6ea093c1
22 changed files with 1069 additions and 923 deletions
|
@ -21,7 +21,7 @@ switch ($action) {
|
|||
echo "done";
|
||||
break;
|
||||
case 'tripay':
|
||||
echo "done";
|
||||
echo '{"success": true}';
|
||||
break;
|
||||
default:
|
||||
echo "not found";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue