Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 7, 2024
1 parent f1751dc commit 192af1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function t02_orders_stripe():void {
'extenddfwebsites' === $a['type']
&& 'magento_2' === dfa_deep($a, 'relationships/platform/data/id')
;}
), null, function(array $a):string {return dfa_deep($a, 'attributes/domain');}
), '', function(array $a):string {return dfa_deep($a, 'attributes/domain');}
), function(array $a) use($customers):array {$at = $a['attributes']; return [
'country' => $customers[dfa_deep($a, 'relationships/dfcustomer_websites/data/id')]
,'edition' => $at['m2_is_enterprise'] ? 'Enterprise' : 'Community'
Expand Down

0 comments on commit 192af1a

Please sign in to comment.