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

Litle: fixed refund with custom billing descriptor #4298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

softbrada
Copy link

@softbrada softbrada commented Jan 27, 2022

Currently, when doing a refund with a custom billing descriptor the response I get this error

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<litleOnlineResponse xmlns="http://www.litle.com/schema" version="9.14" response="1" message="Error validating xml data against the schema: cvc-complex-type.2.4.a: Invalid content was found starting with element 'customBilling'. One of '{&quot;http://www.litle.com/schema&quot;:transaction, &quot;http://www.litle.com/schema&quot;:recurringTransaction}' is expected." />

I checked all other versions of schema, higher versions also, and the problem is that the customBilling element is currently a sibling with the credit or echeckCredit element , but according to the schema it should be inside the credit or echeckCredit

The other methods add_echeck_purchase_params and add_credit_params already handle the custom billing descriptors correctly

Copy link

To provide a cleaner slate for the maintenance of the library, this PR/Issue is being labeled stale after 60 days without activity. It will be closed in 14 days unless you comment with an update regarding its applicability to the current build. Thank you!

@github-actions github-actions bot added the Stale label Apr 11, 2024
@github-actions github-actions bot closed this Apr 25, 2024
@softbrada
Copy link
Author

please re-open , this is still valid

@softbrada
Copy link
Author

@almalee24 @DeeMeyers can someone help with this?

@almalee24
Copy link

We will review this

@almalee24 almalee24 reopened this Aug 26, 2024
@github-actions github-actions bot removed the Stale label Aug 27, 2024
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