nigig-org/crates/apps/nigig-pay
andodeki e1d1346b27
Some checks failed
email.yml / fix(mpesa): parse SMS from in-memory messages, not serde-skipped cache (push) Failing after 0s
repo hygiene / hygiene (push) Has been cancelled
fix(mpesa): parse SMS from in-memory messages, not serde-skipped cache
OfflineSmsMessage.body has #[serde(skip)] so it round-trips as empty.
scan_sms was upserting to the offline store then loading back and
parsing from the empty body, which always fails. Parse directly from
the in-memory list_messages() result instead.
2026-08-17 15:13:33 +03:00
..
src fix(mpesa): parse SMS from in-memory messages, not serde-skipped cache 2026-08-17 15:13:33 +03:00
tests test(pay): remove duplicated and skipped integration tests 2026-07-26 19:25:36 +00:00
Cargo.toml build: pin every git dependency to a full 40-character SHA (Phase 0.2) 2026-08-16 18:35:39 +00:00