Aldon Smith
Results
1
issues of
Aldon Smith
Related to Issue #85. Any help is appreciated! The code I am using: ```python def create_pay_transaction(amount, form_data): merchantAuth = apicontractsv1.merchantAuthenticationType() merchantAuth.name = config['authnet']['apiLoginId'] merchantAuth.transactionKey = config['authnet']['transactionKey'] refId = "ref {}".format(format_server_time())...