From 1c6d8491a4229f9d8ab3e9c61b56d1873e3c6042 Mon Sep 17 00:00:00 2001 From: Milad Kianmehr Date: Wed, 5 Feb 2020 16:59:13 +0330 Subject: [PATCH] fix Parsian adapeter form params --- src/Adapter/Parsian.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapter/Parsian.php b/src/Adapter/Parsian.php index a601274..312b685 100755 --- a/src/Adapter/Parsian.php +++ b/src/Adapter/Parsian.php @@ -112,7 +112,7 @@ protected function generateForm(): string * @throws Exception * @throws \Tartan\Larapay\Adapter\Exception */ - public function fromParams(): array + public function formParams(): array { $authority = $this->requestToken();