kopia lustrzana https://github.com/longclawshop/longclaw
Correct relative import
rodzic
f674f968cb
commit
00ce917a69
|
@ -1,5 +1,5 @@
|
|||
'''
|
||||
Gateways module to hold payment processor backend logic
|
||||
'''
|
||||
from checkout.gateways.braintree_payment import BraintreePayment, PaypalVZeroPayment
|
||||
from checkout.gateways.stripe_payment import StripePayment
|
||||
from longclaw.checkout.gateways.braintree_payment import BraintreePayment, PaypalVZeroPayment
|
||||
from longclaw.checkout.gateways.stripe_payment import StripePayment
|
||||
|
|
Ładowanie…
Reference in New Issue