Repository URL to install this package:
|
Version:
4.36.0 ▾
|
braintree
/
unknown_payment_method.py
|
|---|
import braintree
from braintree.resource import Resource
class UnknownPaymentMethod(Resource):
def image_url(self):
return "https://assets.braintreegateway.com/payment_method_logo/unknown.png"