Skip to content

Commit 02571fc

Browse files
committed
AC-1228::Fixed Failed Test
1 parent 2b8700c commit 02571fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Paypal/Test/Unit/Model/_files/expected_style_config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'isGuestCheckoutAllowed' => true,
3030
'sdkUrl' => 'http://mock.url',
3131
'dataAttributes' => [
32-
'data-partner-attribution-id' => 'BN_CODE'
32+
'data-partner-attribution-id' => 'Magento_2_%s'
3333
]
3434
]
3535
],
@@ -56,7 +56,7 @@
5656
'isGuestCheckoutAllowed' => true,
5757
'sdkUrl' => 'http://mock.url',
5858
'dataAttributes' => [
59-
'data-partner-attribution-id' => 'BN_CODE'
59+
'data-partner-attribution-id' => 'Magento_2_%s'
6060
]
6161
]
6262
],
@@ -82,7 +82,7 @@
8282
'isGuestCheckoutAllowed' => true,
8383
'sdkUrl' => 'http://mock.url',
8484
'dataAttributes' => [
85-
'data-partner-attribution-id' => 'BN_CODE'
85+
'data-partner-attribution-id' => 'Magento_2_%s'
8686
]
8787
]
8888
],
@@ -108,7 +108,7 @@
108108
'isGuestCheckoutAllowed' => true,
109109
'sdkUrl' => 'http://mock.url',
110110
'dataAttributes' => [
111-
'data-partner-attribution-id' => 'BN_CODE'
111+
'data-partner-attribution-id' => 'Magento_2_%s'
112112
]
113113
]
114114
],

0 commit comments

Comments
 (0)