Line 447 of paypal/express/views.py calls repo.get_shipping_methods with the signature:
def get_shipping_methods(self, user, basket, shipping_address):
repo = Repository()
return repo.get_shipping_methods(
user, basket, shipping_addr=shipping_address)
But in oscar/apps/shipping/repository.py it's given as:
# API
def get_shipping_methods(self, basket, shipping_addr=None, **kwargs):
ie with no "user" argument. I'm not sure which is correct?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4