shetabit/multipay

SOAP-ERROR: Parsing WSDL: Couldn't load from

farshidah opened this issue · 1 comments

سلام مهندس جان خسته نباشین
من وقتی روی هاست از درگاه زرین پال استفاده میکنم این ارور رو دریافت میکنم.در حالی که روی لوکال هاست این ارور رو ندارم. ممنون میشم راهنمایی کنین

SoapFault
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://www.zarinpal.com/pg/rest/WebGate/PaymentRequest.json' : failed to load external entity "https://www.zarinpal.com/pg/rest/WebGate/PaymentRequest.json"

image

با تغییر دادن ادرسها در فایل کانفیک مشکلم برطرف شد
ادرسهای درست رو در کامنت میذارم

            /* normal api */
            'apiPurchaseUrl' => 'https://ir.zarinpal.com/pg/services/WebGate/wsdl',
            'apiPaymentUrl' => 'https://www.zarinpal.com/pg/StartPay/',
            'apiVerificationUrl' => 'https://ir.zarinpal.com/pg/services/WebGate/wsdl',

            /* sandbox api */
            'sandboxApiPurchaseUrl' => 'https://sandbox.zarinpal.com/pg/services/WebGate/wsdl',
            'sandboxApiPaymentUrl' => 'https://sandbox.zarinpal.com/pg/StartPay/',
            'sandboxApiVerificationUrl' => 'https://sandbox.zarinpal.com/pg/services/WebGate/wsdl',

            /* zarinGate api */
            'zaringateApiPurchaseUrl' => 'https://ir.zarinpal.com/pg/services/WebGate/wsdl',
            'zaringateApiPaymentUrl' => 'https://www.zarinpal.com/pg/StartPay/:authority/ZarinGate',
            'zaringateApiVerificationUrl' => 'https://ir.zarinpal.com/pg/services/WebGate/wsdl',