diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 592d167..593f124 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -42,7 +42,7 @@ jobs: coverage: none - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: "${{ matrix.node }}" @@ -137,7 +137,7 @@ jobs: run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun - name: Upload Behat logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: Behat logs diff --git a/doc/functionalities.md b/doc/functionalities.md index 7935ca7..7991884 100644 --- a/doc/functionalities.md +++ b/doc/functionalities.md @@ -4,6 +4,9 @@ The plugin integrates Przelewy24 payments with Sylius based applications. +>Przelewy24 is a popular online payment system in Poland that enables fast and secure transfers and payments for online purchases. +> The system integrates a number of different payment methods to suit the preferences of both customers and merchants. + After an installation, user should be able to create new Przelewy24 payment method in the "Payment methods" section in the admin panel.
@@ -17,3 +20,7 @@ Once there, user can fill out the configuartion form with all the needed info li
After this, created payment method should be visible in the checkout. + +
+ +
diff --git a/doc/images/przelewy24_payment.png b/doc/images/przelewy24_payment.png new file mode 100644 index 0000000..8534fe5 Binary files /dev/null and b/doc/images/przelewy24_payment.png differ