-
I am attempting to show the payment history for a subscription to a logged in user. I have attempted to do it this way: and gotten an empty list And with graphql I had the same problem, payments being an invalid field. |
Beta Was this translation helpful? Give feedback.
Answered by
gsumo
Apr 4, 2023
Replies: 1 comment 1 reply
-
@gsumo What is the status of these payments in Swell admin? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const result = await swell.subscriptions.list({
expand: ["orders"],
});
This was the solution, thanks