• Dear

    By default When payment is successfully status goes to “Process”,

    “Coinbase payment was successfully processed. Order status changed from Blockchain Pending to Processing.”

    Is this possible make status “Completed”

    I want all order when payment successfully status goes to “COMPLETED”

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve noticed lately that payments via Coinbase Commerce are always showing pending payment and requires me to manually change to Processing or Complete. Anyone else have this issue as well? Looking for a solution. Thanks

    Hi @capilta,

    I had the same issue and checked the code, you can edit (class-wc-gateway-coinbase.php) file line number 371 to

    $order->update_status( 'completed', __( 'Coinbase payment was successfully processed.', 'coinbase' ) );

    it will solve your issue.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When payment successfully change status to Complete’ is closed to new replies.