Payment Gateway Tripay done

This commit is contained in:
Ibnu Maksum 2022-09-10 16:01:51 +07:00
parent 5ce70b972b
commit 4a6ea093c1
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
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";