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
52
52
create_visa_checkout_transaction 1 0
53
53
decrypt_visa_checkout_data 1 0
54
54
get_customer_profile_ids 1 1
55
+ get_customer_payment_profile_list 1 1
55
56
get_merchant_details 0 1
56
57
update_held_transaction 0 0
57
58
get_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):
167
167
168
168
return response
169
169
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 ()
170
174
171
175
def get_customer_profile_ids (self ):
172
176
print ("get_customer_profile_ids" )
You can’t perform that action at this time.
0 commit comments