Skip to content

Commit

Permalink
Get All Financial Types to configure
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Apr 23, 2021
1 parent cd285e5 commit 82a298f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions includes/class-woocommerce-civicrm-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,11 @@ private function get_financial_types() {
return $this->financial_types;
}

$params = [
'sequential' => 1,
'is_active' => 1,
];
$params = [
'sequential' => 1,
'is_active' => 1,
'options' => ['limit' => 0],
];

/**
* Filter Financial type params before calling the Civi's API.
Expand Down

0 comments on commit 82a298f

Please sign in to comment.