Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ssdev

    (@scribblesolutionsdev)

    Thanks for your reply.

    Yes I was using the PayPal option under Woocommerce -> settings -> checkout.

    After reading the article you mentioned, I setup PayPal Express Checkout and entered all the required settings in that, including API username, password & signature.

    But even after that also the same error shows up.

    I tried settings up IPN in paypal only, woocommerce only and at the both places (same url) but no help, same error in all cases.

    I also enabled debug log, following is the content of log.

    
    2018-05-21T10:45:44+00:00 INFO Redirecting to PayPal
    2018-05-21T10:45:44+00:00 INFO PayPal for WooCommerce Version: 1.4.8.9
    2018-05-21T10:45:44+00:00 INFO WooCommerce Version: 3.3.5
    2018-05-21T10:45:44+00:00 INFO Test Mode: 
    2018-05-21T10:45:44+00:00 INFO Endpoint: https://api-3t.paypal.com/nvp
    2018-05-21T10:45:44+00:00 INFO SetExpressCheckout Request: Array
    (
        [USER] => *****
        [PWD] => *****
        [VERSION] => 124.0
        [BUTTONSOURCE] => AngellEYE_SP_WooCommerce
        [SIGNATURE] => *****
        [METHOD] => SetExpressCheckout
        [RETURNURL] => https://mysite.com/wc-api/WC_Gateway_PayPal_Express_AngellEYE/?pp_action=get_express_checkout_details
        [utm_nooverride] => 1
        [CANCELURL] => https://mysite.com/cart/?utm_nooverride=1
        [ALLOWNOTE] => 1
        [ADDROVERRIDE] => 1
        [LOCALECODE] => en_US
        [BRANDNAME] => My Brand
        [PAYMENTREQUEST_0_AMT] => 1.00
        [PAYMENTREQUEST_0_CURRENCYCODE] => INR
        [PAYMENTREQUEST_0_PAYMENTACTION] => Sale
        [PAYMENTREQUEST_0_SHIPTONAME] => ABC User
        [PAYMENTREQUEST_0_SHIPTOSTREET] => Apt
        [PAYMENTREQUEST_0_SHIPTOSTREET2] => DMarg
        [PAYMENTREQUEST_0_SHIPTOCITY] => 
        [PAYMENTREQUEST_0_SHIPTOSTATE] => RJ
        [PAYMENTREQUEST_0_SHIPTOZIP] => 
        [PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE] => IN
        [PAYMENTREQUEST_0_SHIPTOPHONENUM] => 
        [L_PAYMENTREQUEST_0_NAME0] => Demo Product 1
        [L_PAYMENTREQUEST_0_QTY0] => 1
        [L_PAYMENTREQUEST_0_AMT0] => 1.00
        [PAYMENTREQUEST_0_TAXAMT] => 0.00
        [PAYMENTREQUEST_0_SHIPPINGAMT] => 0.00
        [PAYMENTREQUEST_0_ITEMAMT] => 1.00
    )
    
    2018-05-21T10:45:44+00:00 INFO SetExpressCheckout Response: Array
    (
        [TOKEN] => EC-5TB51097V2092631U
        [TIMESTAMP] => 2018-05-21T10:45:44Z
        [CORRELATIONID] => 19bff57ec51aa
        [ACK] => Success
        [VERSION] => 124.0
        [BUILD] => 46549960
    )
    

    I can send you screenshot of the settings page if that will help.

    • This reply was modified 6 years, 10 months ago by ssdev.
    Thread Starter ssdev

    (@scribblesolutionsdev)

    I am using PayPal for WooCommerce by AngellEye plugin only. Though I tried the other plugin also, just in case that works, but no good.

    I have also enabled IPN and gave URL https://mysite.com/?wc-api=WC_Gateway_Paypal.

    I am not able to figure out what is the causing the issue and how to fix that.

    Thread Starter ssdev

    (@scribblesolutionsdev)

    Thanks, it worked ??

    Thread Starter ssdev

    (@scribblesolutionsdev)

    I don’t know how to use the WooCommerce My Account page? Any link to documentation would be very helpful.

    Thanks

    Thread Starter ssdev

    (@scribblesolutionsdev)

    Hi,

    I got it fixed by doing following things.

    Added following in the apache2.conf
    ` AllowOverride All
    Order allow,deny
    allow from all`
    and after that imported duplicator package again and saved permalinks couple of times.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)