Otto Radics
Otto Radics
I would like to use Dotenvy during my deployment process: I would build a new Docker image with every deployment. During the build I would generate and copy the config...
I will fix the conflicts tomorrow. I see you have added a Dockerfile option, but it does not seem the right way to me: Docker has native support for .env,...
Just realized that instead of `output`, I wrote `option` in the title, sorry. :man_facepalming:
I update the Stripe Customer when a new user registers or when the billing address has been updated, using the following code: ``` use craft\commerce\models\Customer; use craft\commerce\stripe\Plugin as StripePlugin; use...
In my case there are just subscriptions and registered users only, that's why `$customer->getUser()` works. In case of guest orders, a `User` is not created for an Order (but a...
@eshopsoftware Have you tried mapping the Customer to the Stripe Customer?
I almost got it working: `$count = Entry::find()->section($slug)->limit(null)->status(['disabled', 'enabled'])->count();` should be extended with `->siteId()`, but I couldn't manage to get the correct current site id: ``` $siteId = Craft::$app->getSites()->getCurrentSite(); //...
Same error when trying to revert to a previous revision of an entry.
+1 for this. Do you have maybe any progress?
Following the thread linked by @dmvslv: `solid-hardware5 list` ``` udi = '/org/kde/fstab' udi = '/org/kde/fstab/overlay/var/lib/docker/overlay2/7da333276364f9d119028db21847141988decd8567a5e8bd241779e96e4dccd8/merged' udi = '/org/kde/fstab/overlay/var/lib/docker/overlay2/5cf89946bd6472d9791888db9a4118383c23b8fcf05d1962367cbf383b68d1ef/merged' udi = '/org/kde/fstab/overlay/var/lib/docker/overlay2/b68d0c59567d2c8c577b1b55aee1792b7db86eb95cea8ce101392c4058897c8c/merged' udi = '/org/kde/fstab/overlay/var/lib/docker/overlay2/97f27433aee03359b9afebf89b907f60b96e125c1078b75a5eb135d612932de1/merged' udi = '/org/kde/fstab/overlay/var/lib/docker/overlay2/fac298fe2ce931af6a44b28d617987950411df118d09495627957f969acf8f9f/merged' udi = '/org/kde/fstab/overlay/var/lib/docker/overlay2/08f0724e7b747d21dad70eeb26dabe3aa6a4a31a2a8666a5201a2247c2f7d47a/merged'...