You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we would like to have is a query on accept-blue that allows us to retrieve transactions per subscription/user and also to be able to get failed/pastdue transactions across all subscriptions and be able to identify the subscription/user per pastdue transaction
The idea is to get all transactions for a customer, and being able to filter for specific states
TODO:
acceptBlueTransactions(filter) for shop-api. Gets the transactions for the active customer based on ctx
Test refund mutation with real transactions from the sandbox environment
acceptBlueTransactions(customerId, filter) for admin-api. Same as shop API, but allows specifying a customerID
The text was updated successfully, but these errors were encountered:
From Slack
The idea is to get all transactions for a customer, and being able to filter for specific states
TODO:
acceptBlueTransactions(filter)
for shop-api. Gets the transactions for the active customer based on ctxacceptBlueTransactions(customerId, filter)
for admin-api. Same as shop API, but allows specifying a customerIDThe text was updated successfully, but these errors were encountered: