Finalize the backend for each coupon, customer and access functionalities

This commit is contained in:
dwindown
2025-09-24 21:46:03 +07:00
parent 4151ea3b9e
commit 6f6b039441
6 changed files with 70 additions and 138 deletions

View File

@@ -474,7 +474,7 @@ class Access {
// All Forms
$forms = get_posts([
'post_type' => 'formipay-form',
'post_type' => 'formipay-product',
'posts_per_page' => -1,
]);