Skip to content

Commit 1c6d849

Browse files
committed
fix Parsian adapeter form params
1 parent d734436 commit 1c6d849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Parsian.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function generateForm(): string
112112
* @throws Exception
113113
* @throws \Tartan\Larapay\Adapter\Exception
114114
*/
115-
public function fromParams(): array
115+
public function formParams(): array
116116
{
117117
$authority = $this->requestToken();
118118

0 commit comments

Comments
 (0)