Giter Site home page Giter Site logo

vendrcontrib / vendr-payment-provider-nets Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 11.52 MB

Nets payment provider for Vendr, the eCommerce package for Umbraco

License: MIT License

Batchfile 0.28% C# 92.75% PowerShell 3.94% Shell 3.03%
ecommerce umbraco payment-gateway payment-provider umbraco-v8 vendr nets hacktoberfest

vendr-payment-provider-nets's Introduction

Vendr Nets Payment Provider

Nets Payment Provider for Vendr, the eCommerce package for Umbraco

vendr-payment-provider-nets's People

Contributors

bjarnef avatar mattbrailsford avatar

Watchers

 avatar  avatar  avatar

Forkers

emetico

vendr-payment-provider-nets's Issues

System.UriFormatException: Invalid URI: The URI is empty

When trying to go to payment, I get a System.UriFormatException: Invalid URI: The URI is empty. error on a line with this code using (Html.BeginPaymentForm(order))

It's a simple order with just one product, no giftcards, discounts or any other price adjustments.

Phone number is valid without any prefixes. I've also tried removing all field aliases in the payment method settings, but I still get the error.

Terms Url has been added.

Umbraco 8.12.3
Vendr 1.8.6
Vendr.Contrib.PaymentProviders.Nets 1.0.1

Cutting Secret Key in api.dibspayment.eu/v1/payments/ call

Hi.

After many hours of debugin. We found out that the payment provider cut the secret key for the authorization header in some cases.
Cause it works with the keys from test and we also got another solution that works in LIVE.

In our case it's cutting the first letter 'c', even if we apply the live-checkout-key- infront of it.

We think its because of the .TrimStart(prefix.ToCharArray()) at https://github.com/vendrcontrib/vendr-payment-provider-nets/blob/f5542a1fda2d2a08159b8bdf72b3f84f121a1ae1/src/Vendr.Contrib.PaymentProviders.Nets/Easy/NetsEasyOneTimePaymentProvider.cs#:~:text=var%20auth%20%3D%20secretKey%3F.Trim().TrimStart(prefix.ToCharArray())%3B that might need to replaced with .Replace(prefix, string.Empty) or something similare.

Customer name not sent to nets

Hi
We have a Vendr installation with version 2.0 of this provider.
It works fine but customer name is not shown in Nets.
Do we need to do something special to make this happen ?

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.