From 071352e32fbf84c4e171eb54f82d5587e5f18281 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Tue, 28 Jan 2025 11:19:56 +0000 Subject: [PATCH] Autopay - Stripe wasn't showing as an option in the modal - Show the current payment method at the top of the recurring invoice --- CHANGELOG.md | 5 +++++ modals/recurring_payment_add_modal.php | 3 +++ post/user/invoice.php | 3 --- recurring_invoice.php | 5 +++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcddde35..7927fa5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file documents all notable changes made to ITFlow. +## [UNRELEASED] + +### Fixed +- Stripe now shows as a payment option in the add recurring payment modal + ## [25.01] ### Added / Changed diff --git a/modals/recurring_payment_add_modal.php b/modals/recurring_payment_add_modal.php index f7126329..7366c390 100644 --- a/modals/recurring_payment_add_modal.php +++ b/modals/recurring_payment_add_modal.php @@ -48,6 +48,9 @@