-
Notifications
You must be signed in to change notification settings - Fork 78
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
vat amount not send to sage pay request #138
Comments
Couple of things to check. Firstly, are you using the extended However, there are two basket formats: CSV and XML. Sage's products are not as joined up as people would like to hope, so it is possible one basket format works for integration with some accounting products and not others. By default the XML basket is used, but you can go back to the older CSV format by setting the In summary:
Does this make sense? Does it fix your problem? Have totally missed the point? |
No response - closing. |
sagepay - omnipay plugin for laravel and facing an issue regarding sending order data into sagepay basket. All data is going well except the VAT amount/ tax code.
We’re adding data into the basket using ItemBag Class and setting below fields:-
setProductCode => E8 (sage 50 isn’t reading this field as well, unfortunately we need to put it in the name field like this name => "[E8] storage pod")
name => XXXX
description => XXXX (sage 50 isn’t reading this field as well, we also need to send description in the name field)
quantity => 1
price => 1343
vat => 45 (this isn’t showing in Sagepay and it shows like 00, screenshot attached)
all fields going out into basket except VAT field.
The text was updated successfully, but these errors were encountered: