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.

  • Craig Agnew 22 posts 138 karma points
    Feb 21, 2014 @ 15:21
    Craig Agnew
    0

    uCommerce_Payment table not populated

    Hi there,

    Hopefully someone could shed some light on where we're going wrong here. Our implementation is using Paypal but having set up the integration as described in the docs (http://docs.ucommerce.net/ucommerce/v5/payment-providers/setup-paypal-standard-website-payments-as-a-payment-method.html) attempting a payment was resulting in a plain postback at the "Preview" stage (i.e. click to pay but page posts back and nothing happens).

    My understanding is that somewhere in the pipeline the uCommerce_Payment table must be populated for the PurchaseOrder in question and from there the following code (in uCommerce/Preview.cshtml)...

    TransactionLibrary.ExecuteBasketPipeline();
    TransactionLibrary.RequestPayments();
    

    ...should pick up the entry in this table and direct the payment accordingly.

    Problem is, when I check the database there are no records in our uCommerce_Payment table.

    Any ideas?

  • Morten Skjoldager 440 posts 1499 karma points
    Feb 24, 2014 @ 14:04
    Morten Skjoldager
    0

    Hi Craig,

    Did you remember to Call TransactionLibrary.CreatePayment() ? 

  • Craig Agnew 22 posts 138 karma points
    Feb 24, 2014 @ 14:07
    Craig Agnew
    0

    Hi Morten,

    We've since discovered the issue was down to permissions with our database hosting provider, we needed execute permissions for the stored procedure to create order numbers.

    Thanks,

    Craig

  • Morten Skjoldager 440 posts 1499 karma points
    Feb 24, 2014 @ 14:10
    Morten Skjoldager
    0

    Sounds like you've covered the problem then :)

    Regards

    Morten 

Please Sign in or register to post replies

Write your reply to:

Draft