Skip to content

Commit 6c369c2

Browse files
committed
add get-customer-payment-profile-list.py to tests
1 parent 95414ac commit 6c369c2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

list_of_sample_codes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ get_unsettled_transaction_list 1 0
5252
create_visa_checkout_transaction 1 0
5353
decrypt_visa_checkout_data 1 0
5454
get_customer_profile_ids 1 1
55+
get_customer_payment_profile_list 1 1
5556
get_merchant_details 0 1
5657
update_held_transaction 0 0
5758
get_an_accept_payment_page 0 1

test-runner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ def get_customer_payment_profile(self):
167167

168168
return response
169169

170+
def get_customer_payment_profile_list(self):
171+
print("get_customer_payment_profile_list")
172+
modl = imp.load_source('modulename', 'CustomerProfiles/get-customer-payment-profile-list.py')
173+
return modl.get_customer_payment_profile_list()
170174

171175
def get_customer_profile_ids(self):
172176
print("get_customer_profile_ids")

0 commit comments

Comments
 (0)