Skip to content

Commit 2cf44fa

Browse files
committed
Fixed badge
1 parent b0eb8f9 commit 2cf44fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-python&metric=alert_status)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-python)
55
[![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-python&metric=coverage)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-python)
66
[![](https://sonarcloud.io/api/project_badges/measure?project=Mastercard_client-encryption-python&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-python)
7-
[![](https://github.com/Mastercard/oauth1-signer-python/workflows/broken%20links%3F/badge.svg)](https://github.com/Mastercard/oauth1-signer-python/actions?query=workflow%3A%22broken+links%3F%22)
7+
[![](https://github.com/Mastercard/client-encryption-python/workflows/broken%20links%3F/badge.svg)](https://github.com/Mastercard/client-encryption-python/actions?query=workflow%3A%22broken+links%3F%22)
88
[![](https://img.shields.io/pypi/v/mastercard-client-encryption.svg?style=flat&color=blue)](https://pypi.org/project/mastercard-client-encryption)
99
[![](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Mastercard/client-encryption-python/blob/master/LICENSE)
1010

@@ -315,14 +315,14 @@ To use it:
315315

316316
```
317317

318-
##### Integrating with `mastercard-oauth1-signer` module:
318+
##### Integrating with `mastercard-client-encryption` module:
319319

320320
In order to use both signing and encryption layers, a defined order is required as signing library should calculate the hash of the encrypted payload.
321321
According to the above the signing layer must be applied first in order to work as inner layer. The outer layer - encryption - will be executed first, providing the signing layer the encrypted payload to sign.
322322

323323
1. Generate the [OpenAPI client](#openapi-generator)
324324

325-
2. Import both **mastercard-oauth1-signer** and **mastercard-client-encryption** modules and the generated OpenAPI client
325+
2. Import both **mastercard-client-encryption** and **mastercard-client-encryption** modules and the generated OpenAPI client
326326

327327
```python
328328
from oauth1.signer_interceptor import add_signing_layer

0 commit comments

Comments
 (0)