Dias Baskara 5c6e1d4273 Implement C02 form API fallback
- Adds a fallback API call to `.../c02form014/view` when the primary endpoint `.../c02form009detail/current` returns no result.
- Handles the different response structures for the reference number:
  - Primary: `response.Payload[0].Reference`
  - Fallback: `response.Payload.Details[0].Reference`
- This increases the reliability of fetching the reference number required for the refund review process.
2025-08-26 02:40:59 +00:00
Description
No description provided
166 KiB
Languages
JavaScript 100%