Skip to content

Commit 01750e4

Browse files
no message
1 parent 1ee5bbc commit 01750e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Facade/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function cardsData($c) {return array_map(
114114
function(array $i) {return $i['creditCard'];}
115115
,array_filter(
116116
df_eta($c['fundingInstruments'])
117-
,function(array $i) {return Option::BANK_CARD === $i['method'];}
117+
, function(array $i) {return Option::BANK_CARD === $i['method'];}
118118
)
119119
);}
120120
}

0 commit comments

Comments
 (0)