bigcommerce / bigcommerce-api-python

Python client library for Bigcommerce API
https://pypi.python.org/pypi/bigcommerce
MIT License
91 stars 82 forks source link

Zip payment method not returning in API #101

Open emilian opened 3 years ago

emilian commented 3 years ago

Expected behavior

Zip should be returned as a payment method in the PaymentMethods API resource when it is enabled.

Actual behavior

Zip is not returned as a payment method.

Steps to reproduce behavior

  1. Enable Zip as a payment method in the store
  2. Connect to API and run api.PaymentMethods.all()
  3. Zip is not returned as one of the enabled payment methods