We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807418a commit 3629d1eCopy full SHA for 3629d1e
src/ShaparakManager.php
@@ -27,16 +27,16 @@ class ShaparakManager extends Manager implements Contracts\Factory
27
/**
28
* transaction which should paid on the gateway
29
*
30
- * @var Asanpay\Shaparak\Contracts\Transaction $transaction
+ * @var Transaction $transaction
31
*/
32
- protected Transaciton $transaction;
+ protected Transaction $transaction;
33
34
35
* Get a driver instance.
36
37
* @param string $driver driver name
38
* @param Transaction $transaction
39
- * @param array $config runtime configuration for the driver instead of reading from config file
+ * @param array $config runtime configuration for the driver instead of reading from config file
40
41
* @return mixed
42
0 commit comments