Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
BeycanDeveloper committed Jul 20, 2024
1 parent ca03237 commit 64a208b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/Gateways/AbstractGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,6 @@ public function get_field_content($value, $forceFrontendLabel, $form): string
return $theme;
});

Hook::addFilter('theme', function (array $theme) {
$theme['mode'] = $this->theme ? $this->theme : 'light';
return $theme;
});

$tx = $this->get_tx_with_user_and_form_id(strval($formId));
$status = $this->is_this_form_needs_payment($form, $tx);

Expand Down

0 comments on commit 64a208b

Please sign in to comment.