Maciej Korycinski

Results 56 comments of Maciej Korycinski

@aniav Here is link to the internal discussion: https://saleorcommerce.slack.com/archives/C039MGJKKHN/p1693981546040109 It looks like a business decision if we want to extend it also for plugin. As Adyen can use it to...

Hey @moraj-turing you also need to re-generate the schema.graphql file. This can be done by calling: `npm run build-schema`

More context: - Error that is raised: ``` 2023-03-21 11:08:01,394 ERROR saleor.graphql.errors.unhandled A query failed unexpectedly [PID:51116:ThreadPoolExecutor-0_0] Traceback (most recent call last): File "/.virtualenvs/saleor3.9/lib/python3.9/site-packages/graphql/execution/executor.py", line 452, in resolve_or_error return executor.execute(resolve_fn,...

- Checkout.authorizeStatus - The status is calculated based on all transactions assigned to the checkout. authorize means, that we have authorized or charged funds (or partially charged and partially authorized)....