Skip to content

Commit 1499be3

Browse files
committed
pass wsdl param
1 parent 9be1746 commit 1499be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravel/ZarinpalServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function register()
3030
break;
3131
case 'NuSoap':
3232
$wsdlAddress = config('Zarinpal.wsdl_address', 'https://www.zarinpal.com/pg/services/WebGate/wsdl');
33-
$driver = new NuSoapDriver();
33+
$driver = new NuSoapDriver($wsdlAddress);
3434
break;
3535
default:
3636
$baseUrl = config('Zarinpal.rest_base_url', 'https://www.zarinpal.com/pg/rest/WebGate/');

0 commit comments

Comments
 (0)