Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
rkewlani committed Jul 2, 2019
1 parent 1576550 commit 075e03b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Additionally, required when using yacceleratorfulfilment (b2c_acc recipe):
<extension dir="${HYBRIS_BIN_DIR}/custom/adyen-hybris/adyenv6fulfilmentprocess"/>
```

### 3. Modify local.properties
### 3. Modify local.properties

Modify config/local.properties file:
Modify config/local.properties file:
append ,/[^/]+(/[^?]*)+(adyen-response)$,/adyen(/[^?]*)+$ to the value of csrf.allowed.url.patterns

### 4. Build
Expand All @@ -60,12 +60,11 @@ Please make sure your merchant has Variant true in API and responses section so

### Credit Cards

Credit Card payments are supported using [Client Side Encryption](https://docs.adyen.com/support/payment-glossary/client-side-encryption-cse).
Credit Card payments are supported using Checkout Components.

### Klarna
### Ratepay

Klarna is supported via Adyen API.
Requires shopper data listed in: https://developers.klarna.com/en/se/kpm/test-credentials
Ratepay is supported via Adyen API.

### Boleto

Expand All @@ -83,7 +82,7 @@ More details can be found here: https://docs.adyen.com/developers/payment-method

### Other alternative payment methods

Supported via Adyen [Hosted Payment Pages](https://docs.adyen.com/classic-integration/hosted-payment-pages/).
Supported via Adyen Checkout.


## Usage with OCC
Expand Down Expand Up @@ -113,7 +112,7 @@ For Credit Card payments - it expects encrypted card holder data obtained from y
For Stored Cards payments - selected Adyen recurringReference of the card and encrypted cvc

For Boleto payments - social security number


3. OrderData authorisePayment(CartData cartData) throws Exception;

Expand All @@ -132,15 +131,14 @@ https://docs.adyen.com/developers/payment-methods/boleto-bancario/boleto-payment
By default 3DS2 is disabled. If you want to enable 3DS2 in your system, please set following property in local.properties file, build your environment and restart the server.
```
is3DS2allowed = true
```

## Documentation
https://docs.adyen.com/developers/plugins/hybris

## Support
You can create issues on our Magento Repository. In case of specific problems with your account, please contact
[email protected].

## License
MIT license. For more information, see the LICENSE file.

0 comments on commit 075e03b

Please sign in to comment.