Michael Davidson

Results 19 issues of Michael Davidson

**Is your feature request related to a problem? Please describe.** I would like to add support for Braintree payments to Vue Spree (https://github.com/vuestorefront/spree/pull/261), using the `spree_braintree_vzero` gem. Vue Spree currently...

See #345 . The braintree nonce attribute is required to support `spree_braintree_vzero`.

@rafalcymerys @damianlegawiec I have been working on integrating Stripe payment element with Spree Vue (see https://github.com/vuestorefront/spree/pull/257). Here is where I am at with the spree side. Would be great to...

On Spree 3.1. 1. Install spree_multi_currency gem. 2. Click on "products --> taxons". 3. Enter any taxon with products into the field and click. 4. Products will not load as...

The Google Analytics `gtag('config', ....)` code is not triggered on each subsequent page load, as there is currently no turbolinks event listener (there are similar event listeners for the other...

Adds an association between shipping methods and stores - similar to the association between payment methods and stores currently in Spree master. Default behaviour is to include shipping methods on...

The addition of this endpoint is related to the following PRs: https://github.com/vuestorefront/spree/pull/261 https://github.com/spree/spree-storefront-api-v2-js-sdk/pull/346

Hi Team, I see "source_required?" is currently set as false in braintree_vzero_base.rb Is there a reason for this? My understand of "source_required?" is that it would be true in this...

When using Paypal Express our checkout flow skips the payment step. For example our checkout flow is: 1. Address 2. Delivery 3. Confirm 4. Complete In Spree's checkout.rb model, "create_tax_charge!"...