Skip to content

Commit ca1ffed

Browse files
committed
debug log created
1 parent c788df1 commit ca1ffed

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Traits/HasOrderAttributes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ public function totalAmountFormatted(): Attribute
127127

128128
public function interacCharge(): Attribute
129129
{
130-
logger('Test', $this->order_data['service_stat_data'] ?? []);
131-
132130
return Attribute::make(
133131
get: fn () => $this->order_data['service_stat_data']['interac_charge_amount'] ?? null
134132
);

0 commit comments

Comments
 (0)