We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's an error trying to reproduce the globalpayments HPP given in the example folder. It always returns the error INVALID_CARD_HOLDER_NAME
INVALID_CARD_HOLDER_NAME
As stated in this validator
globalpayments-js/src/internal/gateways/globalpayments/action-validate-data.ts
Line 28 in 6743dc3
Injected reference in
globalpayments-js/examples/globalpayments.html
Line 65 in 6743dc3
Should be card-holder-name instead of card-holder
card-holder-name
card-holder
The text was updated successfully, but these errors were encountered:
@gonzalo-trenco Thanks for bringing this to our attention! We'll be sure to update everything so it all matches up and removes any typos.
Sorry, something went wrong.
Merge pull request globalpayments#1 from Developer-Experience/ucp-par…
276ada5
…tner-url UCP partner url / multi-merchant support
No branches or pull requests
There's an error trying to reproduce the globalpayments HPP given in the example folder.
It always returns the error
INVALID_CARD_HOLDER_NAME
As stated in this validator
globalpayments-js/src/internal/gateways/globalpayments/action-validate-data.ts
Line 28 in 6743dc3
Injected reference in
globalpayments-js/examples/globalpayments.html
Line 65 in 6743dc3
Should be
card-holder-name
instead ofcard-holder
The text was updated successfully, but these errors were encountered: