FHM290626CPONE01 + FHM290626SAS01 - fix T_TestIsPrice, debug AIS, standarisasi PR #4
Reference in New Issue
Block a user
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Latar Belakang Masalah
post_layanan_alldiMasterdata.phphanya mendaftarkan layanan denganT_TestIsPrice = 'Y'ke master AIS, namun fungsipost_transaction_*tidak memfilter hal yang sama sehingga pemeriksaan non-price ikut terkirim dan menyebabkan transaksi ditolak AIS.Perubahan
FHM290626CPONE01
AND T_TestIsPrice = 'Y'pada semua JOIN ke tabelt_testdi fungsipost_transaction_daily_by_date,post_transaction_daily, danpost_transaction_by_labnumber— Transactionv2.php (21 titik).build_curl_command(),should_debug_ais_payload(),debug_ais_payload_response(),fetch_doctor_from_ais()diMasterdata.phpuntuk fitur dry-run debug payload AIS di semua fungsipost_*.FHM290626SAS01
PR_PROMPT.mdberisi prompt standar dan contoh pembuatan PR.CLAUDE.mddanAGENTS.mddengan section Pull Request Format dan aturan wajib cek semua commit sebelum buat PR.File yang Diubah
application/controllers/ais/Transactionv2.phpT_TestIsPrice = 'Y'— 21 titik JOINapplication/controllers/ais/Masterdata.phppost_*AGENTS.mdPR_PROMPT.md.gitignore.envTest yang Harus Dilakukan QA
Fix T_TestIsPrice
T_TestIsPrice = 'Y'— harus berhasil masuk ke AIS.IsPrice = 'Y'dan'N'— hanya yang'Y'yang terkirim ke AIS.T_TestIsPrice = 'N'— tidak boleh ada layanan terkirim ke AIS.Debug AIS Payload
FHM290626SAS01 - prompt pembuatan PRto FHM290626CPONE01 + FHM290626SAS01 - fix T_TestIsPrice, debug AIS, standarisasi PR