@enexus/payment-card

a payment for implemeting ui taking mobile money, card etc...

Usage no npm install needed!

<script type="module">
  import enexusPaymentCard from 'https://cdn.skypack.dev/@enexus/payment-card';
</script>

README

PaymentCard

a payment for implemeting ui taking mobile money, card etc...

How to use the lib

do npm i @enexus/payment-card

Import the module

FlipperPaymentCardModule

use the UI

<flipper-payment-card app="Flipper" [showCard]="showCard" [currency]="currency" [amount]="flipperPlan" (formSaved)="submitCard($event)" [loading]="(loading | async)" [ccNumMissingTxt]="(ccNumMissingTxt | async)" [cardExpiredTxt]="(cardExpiredTxt | async)"> </flipper-payment-card>