Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petermeester committed Aug 28, 2023
1 parent 31b490b commit e101cb1
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Utilized by other applications as well:

## Table of Contents
* [Requirements](#requirements)
* [Getting started:](#getting-started-)
* [Getting started:](#getting-started)
* [Notes per version](#notes-per-version)
+ [Version 2.3 (latest)](#version-23--latest-)
+ [Version 2.3 (latest)](#version-2324-latest)
+ [Version 2.2](#version-22)
+ [Version 2.1](#version-21)
+ [Versions before 2.1](#versions-before-21)
* [Testing](#testing)
+ [Description of the base tests:](#description-of-the-base-tests-)
+ [Description of the base tests:](#description-of-the-base-tests)
* [Frequently asked questions](#frequently-asked-questions)
* [Configuration](#configuration)
* [General concept](#general-concept)
Expand All @@ -32,11 +32,11 @@ Utilized by other applications as well:
+ [Adding additional data to a request](#adding-additional-data-to-a-request)
* [eMandates](#emandates)
+ [Mandate specific configuration fields](#mandate-specific-configuration-fields)
+ [Creating an eMandate Transaction: helper functions](#creating-an-emandate-transaction--helper-functions)
+ [Creating an eMandate Transaction: helper functions](#creating-an-emandate-transaction-helper-functions)
- [Creating an eMandate transaction](#creating-an-emandate-transaction)
- [Redirection after eMandate transaction creation](#redirection-after-emandate-transaction-creation)
+ [Requesting an eMandate Transaction status](#requesting-an-emandate-transaction-status)
* [Identity (iDIN)](#identity--idin-)
* [Identity (iDIN)](#identity-idin)
+ [Configuring iDIN](#configuring-idin)
+ [Identity request types explained](#identity-request-types-explained)
+ [Creating an identity request](#creating-an-identity-request)
Expand All @@ -55,7 +55,7 @@ Utilized by other applications as well:
- Please use the [major git releases](https://github.com/bluem-development/bluem-php/releases) for the stable versions of this plugin.
- Refer to the `composer.json` requirements for any other dependencies

## Getting started:
## Getting started
Install the library through [Composer](https://getcomposer.org). Run Composer to install this library and dependencies from your project folder.

```bash
Expand All @@ -68,7 +68,11 @@ Please contact us if you have any questions regarding the examples or the implem

## Notes per version

### Version 2.3.2.3 (latest)
### Version 2.3.2.4 (latest)
- Added bank 'N26' to ePayments BIC list.
- Restructured code for Magento compatibility.

### Version 2.3.2.3
Updated certificates.

### Version 2.3.2.2
Expand Down Expand Up @@ -138,7 +142,7 @@ To run tests:
```
./vendor/bin/phpunit
```
Testing is done given a `.env` file. Please ensure that a filled `.env` file is available. A `.env.sample` file is provided to help you configure it.
Testing is done given a `.env` file. Please ensure that a filled `.env` file is available. A `.env.example` file is provided to help you configure it.

### Description of the base tests:
- Testing if requests can be created
Expand Down

0 comments on commit e101cb1

Please sign in to comment.