-
Notifications
You must be signed in to change notification settings - Fork 9
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
WIP: Receipt parameter (not required). Add OutSumCurrency parameter, rename currency label parameter #5
Conversation
'SignatureValue' => $this->generateSignature(), | ||
'IsTest' => (int)$this->getTestMode(), | ||
'IsTest' => (int) $this->getTestMode(), | ||
'Receipt' => $this->getReceipt(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут не страшно, если возвращаемое значение будет null?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не важно. Если Receipt null или не верный (важна очередность параметров по документации), то он просто игнорируется.
Спасибо! |
Пока лучше подождать. Есть вопрос с URL кодированием (по документации) параметра Receipt. Этот параметр не проходит, разбираемся в чём проблема. |
Ок, повесил Work In Progress. Дайте знать, как будете готовы |
Можно мержить. Всё проверил, параметры проходят. |
Спасибо, принято |
Изменения потребуют перенастройки на всех сайтах, которые используют этот компонент, но я думаю это необходимо для развития компонента.