Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c369c2

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

File tree

Expand file treeCollapse file tree

2 files changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎list_of_sample_codes.txt‎

Copy file name to clipboardExpand all lines: list_of_sample_codes.txt
+1Lines 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
Collapse file

‎test-runner.py‎

Copy file name to clipboardExpand all lines: test-runner.py
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.