What's Changed
- fix: Retry when getting stale wallet error for pay in advance events by @rsempe in #3027
- feat: Add payment type and reference by @brunomiguelpinto in #3003
- Fix invoice grace period saving with null values by @nudded in #3015
- fix: Update provider taxes rescue logic by @lovrocolic in #3028
- fix(invoice): Use BigDecimal rather than float for amount details by @vincent-pochet in #3030
- feat(manual-payments): Add payment serializer by @ivannovosad in #3031
- feat(manual-payments): Add service to create manual payments by @ivannovosad in #3029
- misc(Github) - Do not use secrets when hardcoded values suffice by @nudded in #3038
- fix(event): retrieve clickhouse events by @vincent-pochet in #3039
- fix: Recurring fee not displayed on invoices after upgrade by @ancorcruz in #3012
- fix: Use succeeded_at to select fees for regrouping by @rsempe in #3034
- Feat (invoice_custom_sections): customer update service by @annvelents in #2960
- misc(wallet): Refactor wallet transaction related jobs queuing by @vincent-pochet in #3040
- Feat (invoice_custom_sections): refactor invoice_custom_sections inclusion by @annvelents in #3006
- fix(stripe): Payment failing with requires_payment_method should be marked as failed by @vincent-pochet in #3042
- misc(BillingWorker) - Move Invoices::RefreshDraftJob to billing queue by @nudded in #3043
- fix: Cast filters to string on ingestion by @rsempe in #3044
- Propagate StaleObjectErrors so PayInAdvance jobs retry by @justinberry in #3036
- fix(migrations): support pg databases with unaccent installed by @sanchezcarlosjr in #3048
- misc(invoice): Add integration_customers to the invoice payload by @ivannovosad in #3050
- fix(one-off-invoice): Fix create one off invoice service by @ivannovosad in #3051
- misc(PaymentRequest): Apply payment idempotency refactor by @vincent-pochet in #2986
- Feat(invoice_custom_sections): api controllers by @annvelents in #3007
New Contributors
- @justinberry made their first contribution in #3036
- @sanchezcarlosjr made their first contribution in #3048
Full Changelog: v1.17.5...v1.18.0