Skip to content

Commit

Permalink
feature: add dtd meta fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Ante Laca committed Mar 25, 2024
1 parent d7e671c commit 0150e80
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/FormMigration/FormMetaDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0150e80

Please sign in to comment.