Patrick McLain
Patrick McLain
Not at the moment. I'm waiting for the dust to settle in the Community Engineering discussion on the topic https://github.com/magento/payment-improvements/issues/12. I don't want to implement my own flow logic and...
@textarea That's good to know. I've been chatting with the developers at Stripe and will pass this feedback along. I know they are wanting to allow community contributions to their...
What was the opt-in status of the billing address at the time the order was placed? The opt-in status is set for the order address entity when the order is...
Is it Magento EE or CE?
Shouldn’t be hard to add a config option for this. I’ll try and include with the upcoming release fixing the invalid integer issue.
I'm not opposed to the idea. Please submit a PR with the proposed enhancement.
Did some rough benchmarking and prototyping on my laptop. I setup a local instance of the current 2.3-develop branch in production mode using redis for the cache backend. Local php...
Since the product and category attribute schema is generated dynamically the schema wouldn't be able generate with `setup:di:compile` https://github.com/magento/graphql-ce/blob/65a806a02b9ca72379017b33da990ca536429e54/app/code/Magento/CatalogGraphQl/etc/di.xml#L17-L24
Proposed Pull Request #19 to correct.