-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createTransactionRequest with Tax #134
Comments
Hi, Can you try the following lines?
|
@gnongsie The above worked for me with the tax field but I am unable to include the Tip field.
It is giving me the error "The Tip amount is Invalid." |
Hi,
|
It gives me the same error |
Hi, But I have tested this and I am getting a proper response. I can even access the tip amount from the Get Transaction Details API. Can you help me by providing me the code you are using? And the version of the SDK? |
I'm using SDK version 1.1.2 on Python 2.7 Here's my full code
Once again, the error I'm receiving is "The Tip amount is invalid." If I comment out the line: transactionrequest.tip = tip |
Hi, |
Any updates on this? |
TCS-Dev Dhanashree- tax = apicontractsv1.extendedAmountType() |
I am trying to add tax via the SDK in the "charge-credit-card.py" file, but it seems that the sdk does not support this function. Is there a fix for this?
` # Create a transactionRequestType object and add the previous objects to it.
The text was updated successfully, but these errors were encountered: