diff --git a/.github/workflows/php-ci.yml b/.github/workflows/php-ci.yml index 31feb70..1cc55c0 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -54,15 +54,7 @@ jobs: path: "FOSSBilling" ref: ${{ steps.get_id.outputs.tag }} - - name: Install Composer Dependencies (<=0.4.x) - if: ${{ hashFiles('FOSSBilling/src/composer.json') }} - uses: php-actions/composer@v6 - with: - args: --working-dir=FOSSBilling/src - dev: no - - - name: Install Composer Dependencies (>=0.5.0) - if: ${{ hashFiles('FOSSBilling/composer.json') }} + - name: Install Composer Dependencies uses: php-actions/composer@v6 with: args: --working-dir=FOSSBilling/ diff --git a/src/Service.php b/src/Service.php index ac42f1e..003bb5b 100644 --- a/src/Service.php +++ b/src/Service.php @@ -133,7 +133,7 @@ public function toApiArray(array $row, string $role = 'guest', bool $deep = true * * Make sure extension is enabled before testing this event. * - * NOTE: IF you have BB_DEBUG mode set to TRUE then all events with params + * NOTE: IF you have DEBUG mode set to TRUE then all events with params * are logged to data/log/hook_*.log file. Check this file to see what * kind of parameters are passed to event. *