All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- feat: Forward additional fields to PIS Connect meta payload (
psu_phone_prefix,customfor reconciliation data,target_env) - feat: Support flat
customer_address_*fields in PIS Connect config (auto-assembled intometa.psu_addresswhen nestedcustomer_addressis not provided) - chore: Expand
IPisSetupandIMetainterfaces to declare newly typed optional fields (including pre-existingexpirywhich was forwarded at runtime but missing fromIPisSetup) - chore: Switch CHANGELOG version headings to H2 per Keep-a-Changelog
- test: Add offline unit tests for
Connect._buildPaymentPayloadcovering existing and new opt-in fields
- feat: Add support for
external_referencefield in PIS Connect payload
- Internal fix
- feat: Add support for payment_methods to Connect API
- update dependencies
- switch from TSLint to ESLint
- prettier formatting
- fix type error on amount field on README.md