bigcommerce-api-python
bigcommerce-api-python copied to clipboard
Zip payment method not returning in API
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
- Enable Zip as a payment method in the store
- Connect to API and run api.PaymentMethods.all()
- Zip is not returned as one of the enabled payment methods