Damien Retzinger

Results 120 comments of Damien Retzinger
trafficstars

@griest024 with the merging of #1217 is this PR still relevant?

@thorsten-stripe 1. Yeah, awesome never saw that, thanks for the pointer. I suspect that we may end-up doing just that. My original thought was to utilize the storefront API and...

@griest024 The flow here basically follows like this: Typically, a user will generate a cart (handled by other `@daffodil/modules` with their particular platform of choice (e.g. Magento, Shopify, etc). Our...

@brianmc I've spent some time reviewing the [Magento 2 Marketplace Module](https://marketplace.magento.com/cybersource-global-payment-management.html) `cybersource/[email protected]` and it appears to have: 1. No support for the Flex.js library at all 2. No Magento 2...

@griest024 can you make a short list of all of these files?

I don't know if it's been mentioned yet, but there's work in v2.4.5 to disable sessions on GraphQl as they're not strictly necessary any more. @cpartica or @sidolov may know...

```gql type ConfigurableProductOptions @doc(description: "Defines configurable attributes for the specified product.") { use_default: Boolean @doc(description: "Indicates whether the option is the default.") } type ConfigurableProductOptionsValues @doc(description: "Contains the index number...

@MunifTanjim what I'm saying is that when I run `lerna publish` I would like to use the variable version from the root as opposed to having to manage the same...