diff --git a/includes/class-woocommerce-civicrm-helper.php b/includes/class-woocommerce-civicrm-helper.php index 191bb47..cda296c 100644 --- a/includes/class-woocommerce-civicrm-helper.php +++ b/includes/class-woocommerce-civicrm-helper.php @@ -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.