diff --git a/test-runner.py b/test-runner.py index 7ac7e2f..9e3b4ba 100644 --- a/test-runner.py +++ b/test-runner.py @@ -370,7 +370,7 @@ def credit_bank_account(self): def debit_bank_account(self): print("debit_bank_account") modl = imp.load_source('modulename', 'PaymentTransactions/debit-bank-account.py') - return modl.debit_bank_account() + return modl.debit_bank_account(22.50) def refund_transaction(self): print("refund_transaction") @@ -573,6 +573,15 @@ def get_transaction_list(self): modl = imp.load_source('modulename', 'TransactionReporting/get-transaction-list.py') return modl.get_transaction_list() + def get_transaction_list_for_customer(self): + print("get_transaction_list_for_customer") + + #get transaction list for that above profile + modl = imp.load_source('modulename', 'TransactionReporting/get-customer-profile-transaction-list.py') + response = modl.get_customer_profile_transaction_list('36152127') + + return response + def get_unsettled_transaction_list(self): print("get_unsettled_transaction_list") modl = imp.load_source('modulename', 'TransactionReporting/get-unsettled-transaction-list.py') pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy