示例#1
0
 def test_create_card_with_data(self):
     card = Card(api_key='api_key',
                 card_number='4111111111111111',
                 expiration_date=1215,
                 holder_name='Test User')
     card.create()
示例#2
0
 def test_create_card_with_data(self):
     card = Card(api_key='api_key', card_number='4111111111111111', expiration_date=1215, holder_name='Test User')
     card.create()
示例#3
0
 def test_create_card(self):
     card = Card(api_key='api_key', card_hash='hashcardlong')
     card.create()
示例#4
0
 def test_create_card(self):
     card = Card(api_key='api_key', card_hash='hashcardlong')
     card.create()