kopia lustrzana https://github.com/longclawshop/longclaw
5 wiersze
128 B
Python
5 wiersze
128 B
Python
|
'''
|
||
|
Gateways module to hold payment processor backend logic
|
||
|
'''
|
||
|
from longclaw.longclawcheckout.gateways.base import BasePayment
|