Awais Qureshi
Awais Qureshi
Set 'typing' package to be installed only on Python 2.7. This fixes the import issue raised in Python 3.7 and 3.8 on using the 'typing' module. [Issue](https://github.com/PyFilesystem/pyfilesystem2/issues/391) report here with...
With python3.8 tests are failing with this error. ``` from typing import Any File "/.tox/django22/lib/python3.8/site-packages/typing.py", line 1357, in class Callable(extra=collections_abc.Callable, metaclass=CallableMeta): File "/.tox/django22/lib/python3.8/site-packages/typing.py", line 1005, in __new__ self._abc_registry = extra._abc_registry...
I am trying to complete transaction. Every thing working fine ``` Credit Card Authorization Decision Manager Payer Authentication Validation ``` Except ```Device Fingerprint | Not Submitted``` I have check the...
I am trying cybersource 3d transaction. But when transactions completes cybersource panels shows 2 transactions.
After 3D-Secure window call back come for process data and after making final call receiving following response. ``` { merchantReferenceCode = "some id" requestID = "some id" decision = "REJECT"...
upgrading flower and celery related packages with python3.8 env. Configuration Pull Request --- Make sure that the following steps are done before merging: - [ ] A SRE team member...
Restarting celery workers.
Adding new settings variable for devstack. https://github.com/edx/course-discovery/pull/3073
**Description:** Describe in a couple of sentences what this PR adds **JIRA:** [XXX-XXXX](https://openedx.atlassian.net/browse/XXX-XXXX) **Merge checklist:** - [ ] All reviewers approved - [ ] CI build is green - [...