Skip to content

Commit 9eaf2f0

Browse files
author
Yushkin, Dmytro
committed
MAGETWO-39777: [IE] PayPal Express Checkout is always displayed as disabled
- fix Canada Paypal Express Checkout rules
1 parent 007659a commit 9eaf2f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Paypal/etc/adminhtml/rules/payment_ca.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
<rule type="paypal/express/unlock-configuration" event="deactivate-rule">
149149
<argument name="payflow_link_ca">payflow_link_ca</argument>
150150
</rule>
151-
<rule type="paypal/express/lock-configuration-conditional" event=":load"/>
152151
</relation>
153152
<relation target=":self">
154153
<rule type="simple/mark-enable" event="activate-rule"/>
@@ -190,6 +189,9 @@
190189
<argument name="wps_other">wps_other</argument>
191190
<argument name="payflow_link_ca">payflow_link_ca</argument>
192191
</rule>
192+
<rule type="paypal/express/lock-configuration-conditional" event=":load">
193+
<argument name="payflow_link_ca">payflow_link_ca</argument>
194+
</rule>
193195
</relation>
194196
</payment>
195197
</rules>

0 commit comments

Comments
 (0)