for install tap payment gateway follow this steps
In saleor root add TapPayment==0.0.2
into requirements.txt
and run this command :
python -m pip install -r requirements.txt
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",
]
Copy saleor-storefront
folder saleor-storefront root