mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
ready to test
Testing Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/***********************************************************************************************************************************************************************
|
||||
* File Name: payments.attributes.js
|
||||
* Type of Program: Model Attributes Config
|
||||
* Description: DataTable column config for payments — used by paginate.util.js
|
||||
* Author: rgrgogu
|
||||
* Date Created: Jun. 9, 2026
|
||||
***********************************************************************************************************************************************************************/
|
||||
|
||||
const excludeAttributes = ['provider_payload'];
|
||||
const jsonbSchemas = {};
|
||||
const computedAttributes = [];
|
||||
|
||||
module.exports = { excludeAttributes, jsonbSchemas, computedAttributes };
|
||||
Reference in New Issue
Block a user