wip payment kind of works with bugs

This commit is contained in:
asus
2024-03-06 13:53:47 +01:00
parent 917d51a097
commit 1661f16aff
15 changed files with 273 additions and 118 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
* it means someone outside wp is accessing the file, in this case kill it.
*/
if (!defined('ABSPATH')) {
die('You can not access this file!');
}
?>