2.2.4-beta.0 • Published 2 months ago

@pixelpay/sdk-core v2.2.4-beta.0

Weekly downloads
-
License
MTI
Repository
-
Last release
2 months ago

Typescript/Javascript SDK

¿Como instalar?

El SDK de PixelPay está disponible para JavaScript y TypeScript en diferentes entornos.

¡Cuidado! Este ambiente puede ejecutarse en un navegador. Si el servicio del navegador no está disponible (Node.js), el SDK no podrá ejecutarse con 3DS.

Modular / Node

Para instalar el paquete oficial de NPM:

npm install @pixelpay/sdk-core

Recuerda... Si estás utilizando React, Angular o Vue para desarrollar tu app, la instalación del SDK también será mediante el paquete de npm @pixelpay/sdk-core.

Browser / CDN

Para poder utilizar el SDK en Angular o Ionic/Angular es recomendable utilizar el CDN con Unpkg:

<script src="https://unpkg.com/@pixelpay/sdk-core"></script>

Se debe colocar el script en el archivo src/index.html y declarar una variable global del SDK donde se vaya a utilizar el servicio de este.

Ejemplo HTML con Angular:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Angular</title>
    <base href="/" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="icon" type="image/x-icon" href="favicon.ico" />
  </head>
  <body>
    <app-root></app-root>
    <!-- CDN SDK -->
    <script src="https://unpkg.com/@pixelpay/sdk-core"></script>
  </body>
</html>
2.2.4-beta.0

2 months ago

2.2.3

3 months ago

2.1.0-beta.0

10 months ago

2.1.3-beta.0

9 months ago

2.2.1

7 months ago

2.2.0

8 months ago

2.1.1

10 months ago

2.2.2

6 months ago

2.1.0

10 months ago

2.0.6

12 months ago

2.0.5

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.4-beta.1

2 years ago

2.0.2-beta.1

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

2.0.0-beta.3

2 years ago

2.0.0-beta.2

2 years ago

1.0.0-beta.0

3 years ago