From ccf4f34c39ecb31329f3f9fee2ddb2b9573d31e8 Mon Sep 17 00:00:00 2001 From: rap2h Date: Thu, 25 Jan 2018 10:26:51 +0100 Subject: [PATCH] fix --- src/Transaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Transaction.php b/src/Transaction.php index 8912ef4..1525099 100644 --- a/src/Transaction.php +++ b/src/Transaction.php @@ -118,6 +118,6 @@ public function create($params = []) "account" => $vendor->account_id, ], "application_fee" => $this->fee ?? null, - ]), $params); + ], $params)); } } \ No newline at end of file