From bfa05a1e6b3dbd36b32ac0dfed090453165329dd Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Wed, 11 Dec 2024 12:10:54 -0500 Subject: [PATCH 1/2] fixes #core-5641 add MembershipPayment and ParticipantPayment APIv4 --- Civi/Api4/MembershipPayment.php | 22 ++++++++++++++++++++++ Civi/Api4/ParticipantPayment.php | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 Civi/Api4/MembershipPayment.php create mode 100644 Civi/Api4/ParticipantPayment.php diff --git a/Civi/Api4/MembershipPayment.php b/Civi/Api4/MembershipPayment.php new file mode 100644 index 000000000000..244100941445 --- /dev/null +++ b/Civi/Api4/MembershipPayment.php @@ -0,0 +1,22 @@ + Date: Wed, 11 Dec 2024 17:00:45 -0500 Subject: [PATCH 2/2] core-5641 move APIs to extension folders --- {Civi => ext/civi_event/Civi}/Api4/ParticipantPayment.php | 0 {Civi => ext/civi_member/Civi}/Api4/MembershipPayment.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {Civi => ext/civi_event/Civi}/Api4/ParticipantPayment.php (100%) rename {Civi => ext/civi_member/Civi}/Api4/MembershipPayment.php (100%) diff --git a/Civi/Api4/ParticipantPayment.php b/ext/civi_event/Civi/Api4/ParticipantPayment.php similarity index 100% rename from Civi/Api4/ParticipantPayment.php rename to ext/civi_event/Civi/Api4/ParticipantPayment.php diff --git a/Civi/Api4/MembershipPayment.php b/ext/civi_member/Civi/Api4/MembershipPayment.php similarity index 100% rename from Civi/Api4/MembershipPayment.php rename to ext/civi_member/Civi/Api4/MembershipPayment.php