pingxx-mobile-html5deprecated

npm module for pingxx mobile html5 sdk.

Usage no npm install needed!

<script type="module">
  import pingxxMobileHtml5 from 'https://cdn.skypack.dev/pingxx-mobile-html5';
</script>

README

Installation

npm install pingxx-mobile-html5

Usage

import {Pingpp} from 'pingxx-mobile-html5';

var pingpp = new Pingpp();
pingpp.createPayment(charge, (result, error) => {
  ...
});