shetabit / multipay

simple PHP payment package , supports multiple drivers
MIT License
259 stars 128 forks source link

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

Closed farshidah closed 2 years ago

farshidah commented 2 years ago

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

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

farshidah commented 2 years ago

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

            /* 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',