-
I've followed the instructions in the docs on registering my website domain with Stripe and Apple Pay, and I can now see the Apply Pay button displaying when visiting my website on Safari (macOS and i…
-
### Description
I've updated to Commerce Stripe v4. I'm using it with my own payment form and JS from Commerce Stripe v3. All works fine, apart from when 3D secure payments fail.
Before updatin…
-
### Description
Previously, the server would confirm the PaymentIntent, allowing additional request parameters to be added through the EVENT_BEFORE_CONFIRM_PAYMENT_INTENT event. Our code injected the…
-
Currently solving this in a custom module as follows:
```
use craft\commerce\Plugin as Commerce;
Event::on(Order::class, Order::EVENT_AFTER_COMPLETE_ORDER, function (Event $e) {
$order…
-
When trying to install the plugin, there's an undefined error. When cheking the logs, I get the following.
`..."exception":"[object] (Error(code: 0): Undefined constant craft\\services\\Utilities::…
-
### Description
I try to query some entries by lat/lng
My Field handle is "addressCoordinates"
```
{% set haendler = craft.entries.section("haendler").addressCoordinates({
location: {
…
-
I built a plugin for Craft CMS 3 called [Units](https://github.com/nystudio107/craft-units) which is based on [PHP Units of Measure](https://github.com/PhpUnitsOfMeasure/php-units-of-measure) but it w…
-
**Description**
When some PayPal refunds are triggered in Craft, they're showing as failed. This has encouraged the site owner to try the refund again, with the second attempt also failing, but then …
-
In the 2.0.1 version on Craft 4.12.1 - the main plugin file throws an exception on the `handleException` method -- `PHP Warning ‘yii\base\ErrorException’ with message ‘Attempt to read property “sentry…
-
### Description
This only occurs during periods with a high transaction rate as far as I can tell and seems to be due to the behaviour outlined here in the docs: https://developer-eu.elavon.com/docs/…