File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ get_unsettled_transaction_list 1 0
5252create_visa_checkout_transaction 1 0
5353decrypt_visa_checkout_data 1 0
5454get_customer_profile_ids 1 1
55+ get_customer_payment_profile_list 1 1
5556get_merchant_details 0 1
5657update_held_transaction 0 0
5758get_an_accept_payment_page 0 1
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments