Skip to content

Commit

Permalink
🐛 標點符號錯誤導致無法轉帳
Browse files Browse the repository at this point in the history
  • Loading branch information
s950329 committed Sep 7, 2018
1 parent ed5ad1e commit 5ad9b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function sendPostRequest($url, $postData, $options = [])
->request(
'POST',
$url,
array_merge(['form_params' => $postData], $options),
array_merge(['form_params' => $postData], $options)
)
->getBody()
->getContents();
Expand Down

0 comments on commit 5ad9b0b

Please sign in to comment.