Kazuki

Results 24 issues of Kazuki

### Issue CheckoutSDK provides `LineItemOption` that has `name_id` and `value_id` fields. Looks like it expose values from `api/storefront/checkout/` endpoint. When I try using these value_ids with v2 POST order API...

enhancement

1. Create modifier option via API as documented in https://developer.bigcommerce.com/api-docs/catalog/products/modifier-options#modifier_add-modifer Just in case link changes, API payload is: ``` { "type": "checkbox", "required": false, "config": { "default_value": "Yes", "checked_by_default": false,...

bug

## Problem Currently checkout object only expose one tax field. If user select shipping option using shipping estimator in cart page, there is no way to tell breakdown between subtotal...

enhancement

Currently, if we use the sdk in cart page, there is no way to tell missing inventory. All APIs works without error until user try to place order. Can you...

enhancement

More detailed documentation will help SDK users a lot :) For instance, one may think `cart.discountAmount` is a sum of `cart.discounts.discountedAmount`, but in reality these two seems to be completely...

documentation

I have python and pip installed on my machine (python3). However when I try running license_finder in my python project (where we have requirements.txt), I got "LicenseFinder::Pip: is not installed"...

unscheduled

Currently all fields of mig.healthcheck is mandatory so one has to write a config below: ``` module "mig" { source = "terraform-google-modules/vm/google//modules/mig" version = "1.3.0" ... health_check = { type...

enhancement
triaged
upstream
P3

**Elasticsearch version** (`bin/elasticsearch --version`): 7.9 **`elasticsearch-py` version (`elasticsearch.__versionstr__`)**: 7.9.1 **Description of the problem including expected versus actual behavior**: We use this library with Google dataflow (apache beam). When we run...

Currently braintree blue refund is implemented in following way: 1. try refund 2. it it fails, try void https://github.com/activemerchant/active_merchant/blob/1d84209e9d37c12c3591a6372bf381ee08294251/lib/active_merchant/billing/gateways/braintree_blue.rb#L102 Is there any reason library is not fetching the transaction status...

Hi - first of thanks for building bundlewatch and maintaining it. It's been super helpful for us to keep bundle size reasonable. We run bundlewatch in CI and we recently...