We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1bcb6 commit 76ca463Copy full SHA for 76ca463
app/code/Magento/SalesRule/Model/Rule/Condition/Address.php
@@ -5,6 +5,9 @@
5
*/
6
namespace Magento\SalesRule\Model\Rule\Condition;
7
8
+/**
9
+ * Address rule condition data model.
10
+ */
11
class Address extends \Magento\Rule\Model\Condition\AbstractCondition
12
{
13
/**
@@ -61,6 +64,7 @@ public function loadAttributeOptions()
61
64
'base_subtotal' => __('Subtotal'),
62
65
'total_qty' => __('Total Items Quantity'),
63
66
'weight' => __('Total Weight'),
67
+ 'payment_method' => __('Payment Method'),
68
'shipping_method' => __('Shipping Method'),
69
'postcode' => __('Shipping Postcode'),
70
'region' => __('Shipping Region'),
0 commit comments