From 9c7a5ac817c9b6ff882909371853ee2dcccb892f Mon Sep 17 00:00:00 2001 From: Achmad Setyabudi Susilo Date: Tue, 30 Jun 2026 09:28:05 +0700 Subject: [PATCH] docs: revert alphabetical sort inside progress, scheme, slider_texts --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 2cbe1a2..9d6b9c5 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,16 @@ "monthly_payment_string": "Rp1.015.000", "progress": [ { - "current": true, - "order": 1, + "status_title": "Pengajuan dalam Analisis", "status_time": "09 Feb 2026, 09:41 WIB", - "status_title": "Pengajuan dalam Analisis" + "order": 1, + "current": true }, { - "current": false, - "order": 2, + "status_title": "Pengajuan Disetujui", "status_time": "", - "status_title": "Pengajuan Disetujui" + "order": 2, + "current": false } ], "request_time": "09 February 2026, 09:41:02 WIB", @@ -69,29 +69,29 @@ ], "scheme": [ { - "description": "0%", - "title": "3x Cicilan" + "title": "3x Cicilan", + "description": "0%" }, { - "description": "0,5%", - "title": "6 Bulan" + "title": "6 Bulan", + "description": "0,5%" }, ], "slider_texts": [ { + "title": "Pinjaman Fleksibel", "description": "Pinjaman dana minimal 1 juta hingga 75 juta atau 50% dari sisa limit kartu kredit.", - "image_path": "http://asset-host/example.png", - "title": "Pinjaman Fleksibel" + "image_path": "http://asset-host/example.png" }, { + "title": "Pinjaman Fleksibel", "description": "Pinjaman dana minimal 1 juta hingga 75 juta atau 50% dari sisa limit kartu kredit.", - "image_path": "http://asset-host/example.png", - "title": "Pinjaman Fleksibel" + "image_path": "http://asset-host/example.png" }, { + "title": "Pinjaman Fleksibel", "description": "Pinjaman dana minimal 1 juta hingga 75 juta atau 50% dari sisa limit kartu kredit.", - "image_path": "http://asset-host/example.png", - "title": "Pinjaman Fleksibel" + "image_path": "http://asset-host/example.png" } ] } @@ -443,16 +443,16 @@ "monthly_payment_string": "Rp1.015.000", "progress": [ { - "current": true, - "order": 1, + "status_title": "Pengajuan dalam Analisis", "status_time": "09 Feb 2026, 09:41 WIB", - "status_title": "Pengajuan dalam Analisis" + "order": 1, + "current": true }, { - "current": false, - "order": 2, + "status_title": "Pengajuan Disetujui", "status_time": "", - "status_title": "Pengajuan Disetujui" + "order": 2, + "current": false } ], "request_time": "09 February 2026, 09:41:02 WIB",