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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Jan 25, 2018
1 parent 954b15a commit ccf4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ public function create($params = [])
"account" => $vendor->account_id,
],
"application_fee" => $this->fee ?? null,
]), $params);
], $params));
}
}

0 comments on commit ccf4f34

Please # to comment.