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 CheckoutSession::retrieve_line_items parameters and associated stuct visibility #560

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nightspc
Copy link

@nightspc nightspc commented Jun 4, 2024

Summary

Fixes calling the newly added CheckoutSession::retrieve_line_items function added in #541 by:

  • publicly exporting the checkout_session_ext module
  • changing the id type of the parameters to the parameters to CheckoutSession::retrieve_line_items function

Checklist

This is now needed as `RetrieveCheckoutSessionLineItems` was added in arlyon#541 for the `retrieve_line_items`
function, however, the struct is inaccessible, making it impossible to call the new function.
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.

1 participant