dhanashreeyadav1
dhanashreeyadav1
TCS-Dev Dhanashree- If you try adding below lines in the "charge-credit-card.py" file to add tax, you will get the required output. tax = apicontractsv1.extendedAmountType() tax.amount = "1.99" transactionrequest.tax = tax...
TCS-Dev Dhanashree- The constants.py file is already present in the SDK. If you want to use the constants.py file inside the SDK, you have to include the below line in...
TCS-Dev Dhanashree- As per the official announcements, transHash (which uses MD5 based hashing) will be deprecated and a new field transHashSHA2 (based on SHA-512 based hash utilizing a Signature Key)...
TCS-Dev Dhanashree- If I try to execute the file, I am not able to reproduce the error because we have replaced the offending serialization library with a newer one, which...
TCS-Dev Dhanashree- This issue has been fixed in v1.1.5.