From 0150e802ab7e4dafb3e3c9ad327a43d96874f6e9 Mon Sep 17 00:00:00 2001 From: Ante Laca Date: Mon, 25 Mar 2024 09:24:07 +0100 Subject: [PATCH] feature: add dtd meta fields --- src/FormMigration/FormMetaDecorator.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/FormMigration/FormMetaDecorator.php b/src/FormMigration/FormMetaDecorator.php index 710adf0eea..3bde3a4a0f 100644 --- a/src/FormMigration/FormMetaDecorator.php +++ b/src/FormMigration/FormMetaDecorator.php @@ -764,6 +764,22 @@ public function getGiftAidDeclarationForm(): string return $this->getMeta('give_gift_aid_declaration_form'); } + /** + * @unreleased + */ + public function getDoubleTheDonationStatus(): string + { + return $this->getMeta('dtd_enable_disable'); + } + + /** + * @unreleased + */ + public function getDoubleTheDonationLabel(): string + { + return $this->getMeta('give_dtd_label'); + } + /** * @since 3.5.0 */