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.

  • K.Garrein 164 posts 629 karma points
    Apr 18, 2014 @ 12:12
    K.Garrein
    0

    Problem with Ogone payments - PaymentProcessor.axd

    Dear all,

    UCommerce DLL version is 4.0.1.13255

    I used the available docs to configure, check and triple check the Ogone payment configuration (Ogone.config).
    The SHA IN and OUT are 100% certain configured identical in Ogone and UCommerce.

    When I make an Ogone payment, first I get the message and e-mail confirming the payment.

    But next I get an e-mail from Ogone saying "Error during post-sale-process".
    When I check the logging, I find the following (remember, I'm 100% sure the SHA config is correct):

    2014-04-18 11:52:29,678 [62] INFO  umbraco.BusinessLogic.Log - [Thread 71] Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Error | User: 0 | NodeId: -1 | Comment: http://houseoluv.fbd.be:80/10/5029/PaymentProcessor.axd
    2014-04-18 11:52:29,678 [62] INFO  umbraco.BusinessLogic.Log - [Thread 73] Redirected log call (please use Umbraco.Core.Logging.LogHelper instead of umbraco.BusinessLogic.Log) | Type: Error | User: 0 | NodeId: -1 | Comment: Shasigns did not match. Please make sure that 'SHA-OUT Pass phrase' is configured in Ogone and that the same key is configured in Ogone.config.
    Void ProcessCallback(UCommerce.EntitiesV2.Payment)
       at UCommerce.Transactions.Payments.Ogone.OgonePaymentMethodService.ProcessCallback(Payment payment)
       at UCommerce.Transactions.Payments.PaymentProcessor.ProcessRequest(HttpContext context)
    2014-04-18 11:52:29,678 [62] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 87] An unhandled exception occurred
    System.Security.SecurityException: Shasigns did not match. Please make sure that 'SHA-OUT Pass phrase' is configured in Ogone and that the same key is configured in Ogone.config.
       at UCommerce.Transactions.Payments.Ogone.OgonePaymentMethodService.ProcessCallback(Payment payment)
       at UCommerce.Transactions.Payments.PaymentProcessor.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


    Any ideas?

    Thank you.
    Kris.

  • Morten Skjoldager 440 posts 1499 karma points
    Apr 25, 2014 @ 09:01
    Morten Skjoldager
    100

    Should be solved :) 

  • K.Garrein 164 posts 629 karma points
    Apr 25, 2014 @ 09:03
    K.Garrein
    0

    Yes, the friendly people at UCommerce HQ provided a solution for the problem.

    Regards.
    Kris. 

  • Chamikara 2 posts 51 karma points
    Jan 08, 2015 @ 04:02
    Chamikara
    0

    dear all,

    I'm new to umbraco and ucommerce im using umbraco 4 and ucommerce 2.6 now i upgrade ucommrece version 3.6.

    currently I face some  problems; here it:


       Error reported: Callback to: http://localhost:10794/9/241/PaymentProcessor.axd: failed CAUSED BY Error status receieved for CONNECT:503, Service Unavailable

       Server Reference: ukdc1-pz-cen07:callbackFailureEmail-2019:MerchReq-411-12

    I'm using worldpay gateway.

    how to solve this issue. sorry for my bad english

    Regards,

    Chamikara
     

  • Morten Skjoldager 440 posts 1499 karma points
    Jan 13, 2015 @ 13:54
    Morten Skjoldager
    0

    Hi Chamikara, 

    This is probably because your computer is not visible to the "outside world". So when world pay needs to make a request to localhost it cannot do that because it needs to make a http GET to the url provided.

    To make this work, you need to specify a URL that is open to the out side world, and your computer can resolve to your site. To test this: have your mobile phone access your site from a mobile network (it cannot be on the same network as the computer).

     

  • Chamikara 2 posts 51 karma points
    Jan 22, 2015 @ 12:13
    Chamikara
    0

    Thank you Morten. now it is worked Thank you very much

    :)

  • The One Technologies Developer 6 posts 56 karma points
    Mar 21, 2015 @ 12:40
    The One Technologies Developer
    0

    hi , i want pass Porducts description to wordplay description field in shopper email through ucommerce Transaction Library so any body know the way how to do this?

     Code:

      opProduct = CatalogLibrary.GetProduct(oLine.Sku)
      oBasket.AddProduct(SiteContext.Current.CatalogContext.CurrentCatalog.PriceGroup, opProduct, 1)

Please Sign in or register to post replies

Write your reply to:

Draft