Skip to content

Commit

Permalink
fix: unable to save admin billing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat committed Jun 23, 2024
1 parent 7882cc9 commit 70ae47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controllers/Admin/Setting/BillingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function __construct()
parent::__construct();
$this->update_field = Config::getItemListByClass('billing');
$this->settings = Config::getClass('billing');
unset($this->settings['payment_gateway']);
}

/**
Expand Down

0 comments on commit 70ae47b

Please sign in to comment.