Bittu Patel
Bittu Patel
Any update on Razorpay?
@developervick Instead of updating the package file try the below solution. https://github.com/AuthorizeNet/sdk-python/issues/151#issuecomment-1943155246
Adding these two lines of code just before importing `authorize.net` resolves the error without requiring any modifications to the package's source files. ``` import collections collections.MutableSequence = collections.abc.MutableSequence ``` ![Screenshot...