December, 2010
Lego Cargo Train Deluxe review 7898

Another, Lego cargo train review.

Read More
Posted on 14th December 20101 Comment
Aston Maui Hill Resort

We have spend our vacation at Maui last summer. Aston Hill hotel was our choice for staying. Overall we were quite satisfied. There was occasional noise from the road at night. Otherwise, it was quiet place with a nice view. Cars are getting incredibly hot on sun. It’s hard to find a spot in the […]

Read More
Posted on 7th December 2010No Comments
Recurring payment with PayPal Payflow for NopCommerce

This code is for NopCommerce v 1.80 /// <summary> /// Process recurring payment /// </summary> /// <param name=”paymentInfo”>Payment info required for an order processing</param> /// <param name=”customer”>Customer</param> /// <param name=”orderGuid”>Unique order identifier</param> /// <param name=”processPaymentResult”>Process payment result</param> public void ProcessRecurringPayment(PaymentInfo paymentInfo, Customer customer, Guid orderGuid, ref ProcessPaymentResult processPaymentResult) { //throw new NopException(“Recurring payments not supported”); […]

Read More
Posted on 3rd December 2010No Comments