Skip to content

Fixed bug where not all data for new line item was passed to the resolve line item process. #2877

Fixed bug where not all data for new line item was passed to the resolve line item process.

Fixed bug where not all data for new line item was passed to the resolve line item process. #2877

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- '5.x'
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci
uses: craftcms/.github/.github/workflows/ci.yml@v3
with:
php_version: '["8.2", "8.3"]'
craft_version: '5'
node_version: '20'
jobs: '["ecs", "phpstan", "prettier", "tests", "rector"]'
notify_slack: true
slack_subteam: <!subteam^S01CWPYH9D5>
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
slack_webhook_url: ${{ secrets.SLACK_COMMERCE_WEBHOOK_URL }}