We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be1746 commit 1499be3Copy full SHA for 1499be3
src/Laravel/ZarinpalServiceProvider.php
@@ -30,7 +30,7 @@ public function register()
30
break;
31
case 'NuSoap':
32
$wsdlAddress = config('Zarinpal.wsdl_address', 'https://www.zarinpal.com/pg/services/WebGate/wsdl');
33
- $driver = new NuSoapDriver();
+ $driver = new NuSoapDriver($wsdlAddress);
34
35
default:
36
$baseUrl = config('Zarinpal.rest_base_url', 'https://www.zarinpal.com/pg/rest/WebGate/');
0 commit comments