marlim-sdk-3ds 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ O SDK disponibiliza um fluxo de autenticação 3DS em apenas duas etapas: inicia
|
|
|
28
28
|
### Exemplo - Inicialização
|
|
29
29
|
|
|
30
30
|
```typescript
|
|
31
|
-
import
|
|
31
|
+
import MarlimSDK_3DS from 'marlim-sdk-3ds';
|
|
32
32
|
|
|
33
33
|
// Etapa 1: Inicializar o SDK
|
|
34
34
|
MarlimSDK_3DS.init({
|
|
@@ -40,7 +40,7 @@ MarlimSDK_3DS.init({
|
|
|
40
40
|
### Exemplo - Autenticação
|
|
41
41
|
|
|
42
42
|
```typescript
|
|
43
|
-
import
|
|
43
|
+
import MarlimSDK_3DS from 'marlim-sdk-3ds';
|
|
44
44
|
|
|
45
45
|
try {
|
|
46
46
|
// Etapa 2: Autenticação 3DS
|