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-408 - Added functionalities.md #32

Merged
merged 3 commits into from
Sep 16, 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ We have a 70-person team of experts: business analysts and eCommerce consultants
---



## Table of Content
---
* [Overview](#overview)
* [Functionalities](doc/functionalities.md)
* [Installation](#installation)
* [Requirements](#requirements)
* [Testing](#testing)
* [Usage](#usage)
* [Testing](#testing)
* [Usage](#usage)
* [Demo](#demo)
* [Additional resources for developers](#additional-resources-for-developers)
* [License](#license)
Expand Down
44 changes: 44 additions & 0 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Functionalities

---
## Introduction

---
BNP Paribas is an international banking group headquartered in Paris, France. It is one of the largest banks in Europe and operates worldwide.
The bank offers a wide range of financial services, including retail banking, corporate banking,
investment banking, as well as asset management and insurance.

This plugin supports communication with the BNP Paribas payment system API and allows payment in a lots of different ways.
<div align="center">
<img src="./images/payments.jpg"/>
</div>

More info:
https://documentation.mercanet.bnpparibas.net/en/payment-means-index.html

<br>

## Usage

---
### Adding Payment Gateway

After installation, users can add the payment method
<div align="center">
<img src="./images/payment_method_index.png"/>
</div>
<br>

...by completing the data received from the service provider.
<div align="center">
<img src="./images/payment_method_admin.png"/>
</div>
<br>

### Use of the gateway

When ordering, you can now choose to pay by card:
<div align="center">
<img src="./images/payment_method.png"/>
</div>
<br>
Binary file added doc/images/payment_method.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/payment_method_admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/payment_method_index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/payments.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading