Giter Site home page Giter Site logo

Comments (4)

justinpobrien avatar justinpobrien commented on September 26, 2024

It should get updated automatically once the payment confirms. Do you have the order code from Coinbase Commerce by chance? We can take a look on our end.

from coinbase-commerce-woocommerce.

Nikoogle avatar Nikoogle commented on September 26, 2024

No it won't update automatically.
It only goes as far as noting payment completed.

In the file class-wc-gateway-coinbase.php, you can see this on line 365:
$order->payment_complete();

Instead, to update the status, it should go something like:

$order->update_status( 'processing', __( 'Coinbase payment completed', 'coinbase' ) ); $order->payment_complete();

This will note that the payment was completed, and the status will change to Processing.

from coinbase-commerce-woocommerce.

guacamoli avatar guacamoli commented on September 26, 2024

@abhiagrawal87, this is fixed in the latest code, please stay tuned for the newest release.

from coinbase-commerce-woocommerce.

ciscospirit avatar ciscospirit commented on September 26, 2024

Hello...

i download the latest changes from github and installed the plugin with this changes and the "processing" status update works now BUT it will not trigger the mail for "new order" for the site admin or the "processing order" for the customer...

is there also a fix avilable somehwere?

from coinbase-commerce-woocommerce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.