Skip to content
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

Fix incorrect variable usage in SOAP request body #128

Merged

Conversation

jaymoneybird
Copy link
Contributor

In the SOAP request body generation for the VIES VAT number validation, there was an incorrect usage of the @vat instance variable.

This instance variable was used for the fields requesterCountryCode and requesterVatNumber. I assume that the actual instance variable should be @requester

In the SOAP request body generation for the VIES VAT number validation, there was an incorrect usage of the `@vat` instance variable. 

This instance variable was used for the fields `requesterCountryCode` and `requesterVatNumber`. I assume that the actual instance variable should be `@requester`
@yolk yolk merged commit 45861e9 into yolk:master Jan 8, 2024
19 checks passed
@yolk
Copy link
Owner

yolk commented Jan 8, 2024

Whoops. Thanks a lot Jay!

@jaymoneybird jaymoneybird deleted the fix-requester-variable-in-soap-request branch January 8, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants