Skip to content

Commit

Permalink
Merge pull request #24 from BitBagCommerce/OP-407
Browse files Browse the repository at this point in the history
OP-407 - functionalities.md has been updated
  • Loading branch information
tomkalon authored Sep 12, 2024
2 parents cdf3d13 + da0ea7a commit 0084a7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -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 }}"

Expand Down Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div align="center">
Expand All @@ -17,3 +20,7 @@ Once there, user can fill out the configuartion form with all the needed info li
</div>

After this, created payment method should be visible in the checkout.

<div align="center">
<img src="./images/przelewy24_payment.png"/>
</div>
Binary file added doc/images/przelewy24_payment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0084a7f

Please sign in to comment.