Giter Site home page Giter Site logo

nop.webtail.stripe's People

Contributors

kpras avatar maximg1234 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

nop.webtail.stripe's Issues

AdminAntiForgery not found

Hi there, i use latest nopCommerce commit and AdminAntiForgery its not work anymore,
Nop.WebTail.Stripe\Controllers\PaymentStripeController.cs need change

Pence not included

Just tried this plugin, submitting an order for £42.75, but it arrived in Stripe as £42 only.

3d secure

Do you plan to add 3d secure support to the plugin?

Cents in transactions are being rounded down.

Amount = (int)processPaymentRequest.OrderTotal * 100,

Amount = (int)processPaymentRequest.OrderTotal * 100

The cast to int here is having the effect of rounding down any cents after the decimal point. This should probably be written as :

Amount = (int)(processPaymentRequest.OrderTotal * 100)

Here is a fiddle illustrating the issue and suggested change. https://dotnetfiddle.net/89qyE1

Can't find DLLs

I tried installing the plugin. I downloaded the files and copied them to
\Plugins\WebTail.Stripe

The site won't start, I get:
image

Logs say:
Application startup exception: System.Exception: Plugin 'Credit Card (Stripe)'. Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Core, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

Unable to load one or more of the requested types.
Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Core, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
---> System.Exception: Plugin 'Credit Card (Stripe)'. Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Core, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Core, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Services, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.