Skip to content

Commit 192af1a

Browse files
no message
1 parent f1751dc commit 192af1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Basic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function t02_orders_stripe():void {
2424
'extenddfwebsites' === $a['type']
2525
&& 'magento_2' === dfa_deep($a, 'relationships/platform/data/id')
2626
;}
27-
), null, function(array $a):string {return dfa_deep($a, 'attributes/domain');}
27+
), '', function(array $a):string {return dfa_deep($a, 'attributes/domain');}
2828
), function(array $a) use($customers):array {$at = $a['attributes']; return [
2929
'country' => $customers[dfa_deep($a, 'relationships/dfcustomer_websites/data/id')]
3030
,'edition' => $at['m2_is_enterprise'] ? 'Enterprise' : 'Community'

0 commit comments

Comments
 (0)