Skip to content

Getting Started ​

Installation ​

Prerequisites ​

  • Cordova version 9 or higher.
  • Easy & Fast to integrate

Cordova Codeeshop Cespay can be used on new project, or be installed into an existing project. In both cases, you can install it with:

sh
$ cordova plugin add cordova-codeeshop-cespay
$ cordova plugin add cordova-codeeshop-cespay
sh
$ cordova plugin add https://github.com/codeeshop-oc/cordova-codeeshop-cespay.git
$ cordova plugin add https://github.com/codeeshop-oc/cordova-codeeshop-cespay.git

NOTE

Cordova Codeeshop Cespay is tested on 2 payment gateways. You can try it with new payment methods and can create a pull request for payment gateways you have worked on.

Required Dependencies

If using cordova, you will notice a missing peer warning for cordova-plugin-inappbrowser. You need to add dependency:

sh
$ cordova plugin add cordova-plugin-inappbrowser
$ cordova plugin add cordova-plugin-inappbrowser