We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c788df1 commit ca1ffedCopy full SHA for ca1ffed
1 file changed
src/Traits/HasOrderAttributes.php
@@ -127,8 +127,6 @@ public function totalAmountFormatted(): Attribute
127
128
public function interacCharge(): Attribute
129
{
130
- logger('Test', $this->order_data['service_stat_data'] ?? []);
131
-
132
return Attribute::make(
133
get: fn () => $this->order_data['service_stat_data']['interac_charge_amount'] ?? null
134
);
0 commit comments