Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

مشکل ارسال شماره موبایل مشتری، برای پیشنهاد کارت های کاربر در درگاه سامان #313

Open
mj999666 opened this issue Aug 3, 2024 · 1 comment

Comments

@mj999666
Copy link

mj999666 commented Aug 3, 2024

در پرداخت بانک سامان، برای ارسال شماره موبایل مشتری به شکل زیر استفاده شده

$invoice->detail(['mobile' => auth()->user()->phone]);
$invoice->detail(['CellNumber' => auth()->user()->phone]);

ولی سمت بانک، شماره موبایل مشتری دریافت نمیشه
این موضوع رو با بانک سامان بررسی کردم و لینک های پکیج رو براشون توضیح دادم به شرح زیر:
'apiPurchaseUrl' => 'https://sep.shaparak.ir/Payments/InitPayment.asmx?WSDL',
'apiPaymentUrl' => 'https://sep.shaparak.ir/payment.aspx',
'apiVerificationUrl' => 'https://sep.shaparak.ir/payments/referencepayment.asmx?WSDL',
در ادامه بانک سامان با ارسال داکیومنت گفتن شما از لینک های قدیمی استفاده میکنین و باید از لینک های جدید به شرح زیر استفاده کنید:

https://sep.shaparak.ir/onlinepg/onlinepg

@khanzadimahdi
Copy link
Member

khanzadimahdi commented Aug 5, 2024

سلام. وقت بخیر.
میتونید لینک ها رو اصلاح کنید و تست کنید اگه درست کار میکرد PR بزارید؟

فایل های زیر رو بررسی کنید

https://github.com/shetabit/multipay/tree/master/config

https://github.com/shetabit/multipay/tree/master/src/Drivers/Saman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants