Skip to content

Commit

Permalink
PPI-1055 - Remove PayPal Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
mstegmeyer committed Jan 24, 2025
1 parent 4f5c111 commit 224a66c
Show file tree
Hide file tree
Showing 89 changed files with 22 additions and 5,741 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
MYSQL_IMAGE: ["mysql:8.0", "mariadb:10.11"]
PLATFORM_BRANCH: ["v6.6.0.0", "trunk"]
PLATFORM_BRANCH: ["trunk"]
PHP_VERSION: ["8.2", "8.3"]
WITH_COMMERCIAL: [true, false]
env:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
PLATFORM_BRANCH: ["v6.6.0.0", "trunk"]
PLATFORM_BRANCH: ["trunk"]
fail-fast: false
steps:
- name: Checkout SwagPayPal
Expand All @@ -43,12 +43,6 @@ jobs:
composer dump-autoload --dev -d "${GITHUB_WORKSPACE}/custom/plugins/SwagCmsExtensions"
composer dump-autoload --dev -d "${GITHUB_WORKSPACE}/custom/plugins/SwagCommercial"
sed -i 's|reportUnmatchedIgnoredErrors: true|reportUnmatchedIgnoredErrors: false|' ./phpstan.neon.dist
if [[ "${{ matrix.PLATFORM_BRANCH }}" == "v6.6.0.0" ]]; then
sed -i '/type_perfect/d' ./phpstan.neon.dist
sed -i '/narrow_return: true/d' ./phpstan.neon.dist
sed -i '/no_mixed: true/d' ./phpstan.neon.dist
sed -i '/null_over_false: true/d' ./phpstan.neon.dist
fi
- run: |
composer -d custom/plugins/${{ github.event.repository.name }} run phpstan
Expand Down
306 changes: 0 additions & 306 deletions src/Checkout/Payment/Handler/PlusPuiHandler.php

This file was deleted.

Loading

0 comments on commit 224a66c

Please sign in to comment.