Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Ivan Saric 40 posts 89 karma points
    Dec 16, 2013 @ 13:13
    Ivan Saric
    0

    uCommerce to Paypal

    HI guys,

    I'm using UmbracoCMS 6.1.6 and uCommerce 4.0.6 for building a store site and I have a request to create integration between uCommerce and PayPal so PayPal can store creadit card related details using this: https://developer.paypal.com/webapps/developer/docs/api/#store-a-credit-card 

    What is the best way to accomplish this task in uCommerce?

  • Ivan Saric 40 posts 89 karma points
    Dec 16, 2013 @ 14:08
    Ivan Saric
    0

    One more question, if I need to override PayPalMethodService how to do that?

  • Jesper Nielsen 141 posts 498 karma points
    Dec 20, 2013 @ 10:17
    Jesper Nielsen
    0

    Hello Ivan,

    You can read about setting up the PayPal provider in uCommerce here:
    http://www.publicvoid.dk/SetupUCommerceToIncludePayPalAsAPaymentMethod.aspx

    If you need to override the implementation, simply inherit from the PayPalPaymentMethodService class, and update the IOC container to use your deriving class.
    You do that by adding something like:

    <component id="PayPal"
    service="UCommerce.Transactions.Payments.IPaymentMethodService, UCommerce"
    type="YourNamespace.YourClassname, YourAssembly" />

     

    to the Custom.config file.

    Kind regards,
    Jesper

     

  • Ivan Saric 40 posts 89 karma points
    Dec 31, 2013 @ 09:50
    Ivan Saric
    0

    Thank you Jasper

Please Sign in or register to post replies

Write your reply to:

Draft