Skip to content

Commit b293533

Browse files
committed
Resolved Paypal Unit Test
1 parent 9970d5a commit b293533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ function generateExpectedPaypalSdkUrl(array $params) : String
175175
'client-id' => 'sb',
176176
'locale' => 'en_BR',
177177
'currency' => 'USD',
178-
'enable-funding' => implode(',', ['venmo', 'paylater']),
179178
'buyer-country' => 'US',
179+
'enable-funding' => implode(',', ['venmo', 'paylater']),
180180
'commit' => 'false',
181181
'intent' => 'authorize',
182182
'merchant-id' => 'merchant',

0 commit comments

Comments
 (0)