bigcommerce-api-python icon indicating copy to clipboard operation
bigcommerce-api-python copied to clipboard

Zip payment method not returning in API

Open emilian opened this issue 4 years ago • 0 comments

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

emilian avatar Jul 22 '21 09:07 emilian