Coder Social home page Coder Social logo

oromeror / payu_hub_javascript_forms Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 211 KB

Examples Of Tokenization Javascript Libraries of PayU

Home Page: https://developers.paymentsos.com/apis-and-sdks/client-library-references.html

HTML 99.64% Python 0.36%
paymentsos payu payu-integration payu-latam payu-sdk zooz-sdk payu-hub

payu_hub_javascript_forms's Introduction

Collecting Card Information - JavaScript Forms - PayU Hub

Installation

  • OPTIONAL: Create a virtual environment with the command

    Local installation

    Linux/Mac virtualenv venv

  • OPTIONAL: Activate the virtual environment:

    Linux/Mac . venv/bin/activate and deactivate to exit

    It should appear (venv) in the console. Whenever a new console is executed, the virtual machine has a libraries and dependencies other than those found in the normal Windows environment, this to maintain the integrity of the applications in the operating system.

  • MANDATORY for creating local python server:

    run for MAC OS brew install python

    run for WINDOWS OS, from PowerShell as admin 1. @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" 2. choco install -y python3 3. python --version

  • MANDATORY if want to run tests having a valid SSL certificate:

    • Sign up on https://ngrok.com/

    • Download ngrok

    • Connect your local machine with your ngrok account by running: ngrok authtoken YOUR_NGROK_TOKEN or see instructions on https://ngrok.com/

      Note: you should be able to get your ngrok authentication token from https://ngrok.com/

Execution

  • On the folder path of the project run python3 -m http.server or python -m http.server

    Note: this will create a local server on your machine, please check the PORT number in which the server is running, you will needed for the next step.

  • On a different path exececute ngrok http PORT, for example ngrok http 8000

Documentation

payu_hub_javascript_forms's People

Contributors

oromeror avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.