Payment Gateway Tripay done

This commit is contained in:
Ibnu Maksum
2022-09-10 16:01:51 +07:00
parent 5ce70b972b
commit 4a6ea093c1
22 changed files with 1069 additions and 923 deletions

View File

@ -21,7 +21,7 @@ switch ($action) {
echo "done";
break;
case 'tripay':
echo "done";
echo '{"success": true}';
break;
default:
echo "not found";