nativescript-paythunder
by npm-publisher | v0.0.1
PayThunder Plugin ============ ### Installing the plugin
npm i --save nativescript-paythunder

PayThunder Plugin

Installing the plugin

tns plugin add <path>\PaythunderPlugin

Using the plugin

var PaythunderPlugin = require("nativescript-paythunder");

public payWithPayThunder() {
PaythunderPlugin.launchPayThunder();
}