Nathaniel Hammond
Nathaniel Hammond
### Description Craft Commerce version 4.2 - [x] Set primary payment source - [ ] Archive shipping and tax categories - [ ] Translation review from https://github.com/craftcms/commerce/pull/2934 - [ ]...
### Related issues #2927
### Related issues #2920
### Description When using the update order status element action from the element index, relevant flash messages are now shown based on the result of the action. ### Notes This...
### Description Adding an `$attributes` parameter to the `hasMatchingAddresses()` method on the `Order` element allows developers to fine-tune how addresses are determined as "matched" during the comparison. ### Related issues...
### Description Craft Commerce version 5.0
### Description Currently, the method allows for the passing of `null` in the `$pdf` param, however, the code in the method does not protect against this value potentially being `null`....