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
Creating a sync webhook with events "PAYMENT_LIST_GATEWAYS" and other payment events. This is the supported event list according to the GraphQL API:
PAYMENT_AUTHORIZE PAYMENT_CAPTURE PAYMENT_CONFIRM PAYMENT_LIST_GATEWAYS PAYMENT_PROCESS PAYMENT_REFUND PAYMENT_VOID TRANSACTION_CHARGE_REQUESTED TRANSACTION_REFUND_REQUESTED TRANSACTION_CANCELATION_REQUESTED CHECKOUT_CALCULATE_TAXES ORDER_CALCULATE_TAXES SHIPPING_LIST_METHODS_FOR_CHECKOUT ORDER_FILTER_SHIPPING_METHODS CHECKOUT_FILTER_SHIPPING_METHODS PAYMENT_GATEWAY_INITIALIZE_SESSION TRANSACTION_INITIALIZE_SESSION TRANSACTION_PROCESS_SESSION
and these events are typed in the app SDK:
import { WebhookManifest } from "@saleor/app-sdk/types"; "CHECKOUT_CALCULATE_TAXES" | "ORDER_CALCULATE_TAXES" | "SHIPPING_LIST_METHODS_FOR_CHECKOUT" | "CHECKOUT_FILTER_SHIPPING_METHODS" | "ORDER_FILTER_SHIPPING_METHODS" | "TRANSACTION_CHARGE_REQUESTED" | "TRANSACTION_REFUND_REQUESTED" | "TRANSACTION_CANCELATION_REQUESTED" | "PAYMENT_GATEWAY_INITIALIZE_SESSION" | "TRANSACTION_INITIALIZE_SESSION" | "TRANSACTION_PROCESS_SESSION"
or am I missing something?
...
…
The text was updated successfully, but these errors were encountered:
lkostrowski
Successfully merging a pull request may close this issue.
What I'm trying to achieve
Creating a sync webhook with events "PAYMENT_LIST_GATEWAYS" and other payment events.
This is the supported event list according to the GraphQL API:
and these events are typed in the app SDK:
or am I missing something?
Describe a proposed solution
...
Other solutions I've tried and won't work
…
Screenshots or mockups
The text was updated successfully, but these errors were encountered: