Skip to content

Latest commit

 

History

History
254 lines (176 loc) · 6.68 KB

index.md

File metadata and controls

254 lines (176 loc) · 6.68 KB

com.zooz.phonegap.plugin

This plugin allows you to use ZooZ Payment Gateway with Phonegap V 3.X

This plugin it is not available until after the deviceready event.

Installation

  1. Download the last Android SDK from zooz website

  2. Copy the zooz_iap_1.5.2.jar to yourproject/plugins/com.zooz.phonegap.plugin/src/android. If the file name has another name modify the plugin.xml with the new file name.

  3. Uncomment the line

  4. Add plugin at your project.

this plugin can be installed using the Phonegap CLI:

phonegap local plugin add https://github.com/davidgv88/zooz_phonegap.git

or the Cordova CLI:

cordova plugin add https://github.com/davidgv88/zooz_phonegap.git

Quick Example

Coming Soon!