Ejemplo n.º 1
0
 def get_metadata_schema(cls):
     return merge_dicts(PaymentWay.get_metadata_schema(),
                        deposit_schema)
Ejemplo n.º 2
0
 def get_metadata_schema(cls):
     return merge_dicts(PaymentWay.get_metadata_schema(), address=Unicode)
Ejemplo n.º 3
0
 def get_metadata_schema(cls):
     schema = PaymentWay.get_metadata_schema()
     # Paybox account configuration
     schema.update(cls.base_schema)
     return schema
Ejemplo n.º 4
0
 def get_metadata_schema(cls):
     schema = PaymentWay.get_metadata_schema()
     # Paybox account configuration
     schema.update(cls.base_schema)
     return schema
Ejemplo n.º 5
0
Archivo: check.py Proyecto: hforge/shop
 def get_metadata_schema(cls):
     return merge_dicts(PaymentWay.get_metadata_schema(),
                        to=Unicode,
                        address=Unicode)
Ejemplo n.º 6
0
 def get_metadata_schema(cls):
     return merge_dicts(PaymentWay.get_metadata_schema(),
                        RIB=RIB,
                        IBAN=IBAN)
Ejemplo n.º 7
0
 def get_metadata_schema(cls):
     return merge_dicts(PaymentWay.get_metadata_schema(),
                        RIB=RIB,
                        IBAN=IBAN)