Skip to content

Commit

Permalink
Revert "Chore: Remove application/package-lock.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
NghiaDTr authored Oct 16, 2024
1 parent fe7585a commit b777f81
Show file tree
Hide file tree
Showing 123 changed files with 124 additions and 145,893 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ dist
.idea
build/
processor/.env
processor/junit-report.xml
application/.env
application/*/.env
processor/junit-report.xml
80 changes: 9 additions & 71 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,68 +4,6 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## v1.2.0-alpha

Added

- Mollie custom application initialization

Updated

- [getPaymentMethods](/docs/GetPaymentMethods.md) response has new returned format as follow

```Typescript
{
id: string,
name: Record<string, string>
description: Record<string, string>
image: string;
order: number;
}

// e.g.
{
id: 'paypal',
name: {
'en-GB': 'PayPal',
'de-DE': 'PayPal',
},
description: {
'en-GB': '',
'de-DE': '',
},
image: 'https://example.img/paypal.svg',
order: 1
}
```

## v1.1.2

Added

- Add configuration to enable authorization mode
- OAuth middleware for securing connector endpoint

## v1.1.1

Fixes

- Type converting issue in payment method listing endpoint

## v1.1.0

Added

- DockerImage for self hosting on AWS
- Installation endpoint for required configurations

## v1.0.3

Added

- Add docs for status checking endpoint
- Endpoints for checking connector statuses

## v1.0.2

Fixes
Expand All @@ -91,15 +29,15 @@ Added
- Package version for requests
- Log mechanism
- Supporting payment methods namely:
- [Apple pay](https://docs.mollie.com/docs/apple-pay)
- [Bancontact](https://docs.mollie.com/docs/bancontact)
- [BLIK](https://docs.mollie.com/docs/blik)
- [Credit/debit card](https://docs.mollie.com/docs/cards)
- [Gift cards](https://docs.mollie.com/docs/giftcards)
- [iDEAL](https://docs.mollie.com/docs/ideal)
- [KBC/CBC](https://docs.mollie.com/docs/kbc)
- [Paypal](https://docs.mollie.com/docs/paypal)
- [Przelewy24](https://docs.mollie.com/docs/przelewy24)
- [Apple pay](https://docs.mollie.com/docs/apple-pay)
- [Bancontact](https://docs.mollie.com/docs/bancontact)
- [BLIK](https://docs.mollie.com/docs/blik)
- [Credit/debit card](https://docs.mollie.com/docs/cards)
- [Gift cards](https://docs.mollie.com/docs/giftcards)
- [iDEAL](https://docs.mollie.com/docs/ideal)
- [KBC/CBC](https://docs.mollie.com/docs/kbc)
- [Paypal](https://docs.mollie.com/docs/paypal)
- [Przelewy24](https://docs.mollie.com/docs/przelewy24)
- Supporting for [Apply pay direct](https://docs.mollie.com/docs/direct-integration-of-apple-pay) & [Mollie card component](https://docs.mollie.com/docs/mollie-components)
- Filter options for listing payment methods
- Create/cancel payment via Payment API
Expand Down
2 changes: 0 additions & 2 deletions application/.env

This file was deleted.

8 changes: 0 additions & 8 deletions application/.env.dev

This file was deleted.

23 changes: 0 additions & 23 deletions application/.eslintrc.js

This file was deleted.

9 changes: 0 additions & 9 deletions application/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion application/.nvmrc

This file was deleted.

4 changes: 0 additions & 4 deletions application/.prettierignore

This file was deleted.

19 changes: 0 additions & 19 deletions application/.prettierrc

This file was deleted.

62 changes: 0 additions & 62 deletions application/@types-extensions/graphql-ctp/index.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions application/@types/commercetools__sync-actions/index.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions application/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions application/assets/mollie.svg

This file was deleted.

42 changes: 0 additions & 42 deletions application/custom-application-config.ts

This file was deleted.

37 changes: 0 additions & 37 deletions application/cypress.config.ts

This file was deleted.

6 changes: 0 additions & 6 deletions application/cypress/.env.example

This file was deleted.

Loading

0 comments on commit b777f81

Please sign in to comment.