Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OP-407 - functionalities.md has been updated #24

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading