Skip to content

Qasem-h/saleor-tappayment-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Saleor Tap Payment Gateways Plugin

Tap Payment API Docs

Getting Started

for install tap payment gateway follow this steps

Prerequisites

  • Saleor >= 2.10
  • Tap Payment Clinet API Python Package Github | Pypi

Installing

Install Tap Payment Python Package

In saleor root add TapPayment==0.0.2 into requirements.txt and run this command :

python -m pip install -r requirements.txt

Install Tap Payment Plagin in saleor API

Clone the repository:

git clone [email protected]:Qasem-h/saleor-tappayment-plugin.git

Copy saleor folder in saleor API root

Edite saleor API setting.py and add this line:

PLUGINS = [
     #...
     "saleor.payment.gateways.tappay.plugin.TapPayGatewayPlugin",
 ]

Configuration saleor-storefront

Copy saleor-storefront folder saleor-storefront root

About

saleor tappayment gateway plugin

Resources

Stars

Watchers

Forks

Packages

No packages published