Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit ccf4f34

Browse files
committed
fix
1 parent 954b15a commit ccf4f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transaction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ public function create($params = [])
118118
"account" => $vendor->account_id,
119119
],
120120
"application_fee" => $this->fee ?? null,
121-
]), $params);
121+
], $params));
122122
}
123123
}

0 commit comments

Comments
 (0)