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

Adyen Web Types are missing the TransactionInfo object #2834

Open
daniel-johns-99 opened this issue Sep 5, 2024 · 1 comment
Open

Adyen Web Types are missing the TransactionInfo object #2834

daniel-johns-99 opened this issue Sep 5, 2024 · 1 comment
Labels
Needs more info Further information is requested

Comments

@daniel-johns-99
Copy link

daniel-johns-99 commented Sep 5, 2024

Describe the bug

The TransactionInfo object is missing under the GooglePay Types
https://github.com/Adyen/adyen-web/blob/main/packages/lib/src/components/GooglePay/types.ts

See https://developers.google.com/pay/api/web/reference/object#TransactionInfo for object.

It is exposed under the transactionInfo object under the configuration and supports the following fields:

transactionId
displayItems
checkoutOption
totalPriceLabel

The support for this object was added here:
32f5031

It also needs to be updated in the documentation to show this is available.

@ribeiroguilherme
Copy link
Contributor

Hi @daniel-johns-99 .

Which version of the library are you referring to? v5 or v6? Isn't transactionInfo defined here?

@ribeiroguilherme ribeiroguilherme added the Needs more info Further information is requested label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs more info Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants