• Hello, I have recently been getting this message after a successful payment:

    “Thank you for shopping with us. However, the transaction has been declined.”

    The payment is successful, but this message comes and the order status in WooCommerce stays Pending. Please help!

    • This topic was modified 7 years, 3 months ago by dividedsci.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter dividedsci

    (@dividedsci)

    With the help of WisdmLabs, here is the solution that worked for me:

    OLD:

    Line 74 $this->notify_url = str_replace( ‘https:’, ‘http:’, home_url( ‘/wc-api/WC_nilesh_Ccave’ ) );

    NEW:

    Line 74 $this->notify_url = home_url( ‘wc-api/WC_nilesh_Ccave’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Payment Successful But Declined Message’ is closed to new replies.