Skip to content
Snippets Groups Projects
Commit 779af652 authored by Bogdan Padalko's avatar Bogdan Padalko
Browse files

MAGETWO-34728: No ability to place order within Express Checkout configured...

MAGETWO-34728: No ability to place order within Express Checkout configured using PayPal certificate

 - fix unit tests
parent 3c66799f
Branches
No related merge requests found
...@@ -5,35 +5,33 @@ ...@@ -5,35 +5,33 @@
*/ */
return [ return [
'name' => [ 'group.1' => [
'group.1' => [ 'fields' => ['f1.1' => ['value' => 'f1.1.val'], 'f1.2' => ['value' => 'f1.2.val']],
'fields' => ['f1.1' => ['value' => 'f1.1.val'], 'f1.2' => ['value' => 'f1.2.val']], ],
'group.2' => [
'fields' => [
'f2.1' => ['value' => 'f2.1.val'],
'f2.2' => ['value' => 'f2.2.val'],
'f2.3' => ['value' => ''],
], ],
'group.2' => [ 'groups' => [
'fields' => [ 'group.2.1' => [
'f2.1' => ['value' => 'f2.1.val'], 'fields' => [
'f2.2' => ['value' => 'f2.2.val'], 'f2.1.1' => ['value' => 'f2.1.1.val'],
'f2.3' => ['value' => ''], 'f2.1.2' => ['value' => 'f2.1.2.val'],
], 'f2.1.3' => ['value' => ''],
'groups' => [ ],
'group.2.1' => [ 'groups' => [
'fields' => [ 'group.2.1.1' => [
'f2.1.1' => ['value' => 'f2.1.1.val'], 'fields' => [
'f2.1.2' => ['value' => 'f2.1.2.val'], 'f2.1.1.1' => ['value' => 'f2.1.1.1.val'],
'f2.1.3' => ['value' => ''], 'f2.1.1.2' => ['value' => 'f2.1.1.2.val'],
], 'f2.1.1.3' => ['value' => ''],
'groups' => [
'group.2.1.1' => [
'fields' => [
'f2.1.1.1' => ['value' => 'f2.1.1.1.val'],
'f2.1.1.2' => ['value' => 'f2.1.1.2.val'],
'f2.1.1.3' => ['value' => ''],
],
], ],
], ],
], ],
], ],
], ],
'group.3' => 'some.data', ],
] 'group.3' => 'some.data',
]; ];
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment