Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Push Payment Information back to Opencart when updating #7

Open
astupidmoose opened this issue Jul 10, 2017 · 4 comments

Comments

@astupidmoose
Copy link

At the moment, Mycelium sends the API that the order is now paid.

I would like to see information being pushed from gear into the order status "comment" field when this happens.

Example:

Amount in BTC : 0.41905909
Amount Paid in BTC: 0.41905909
Payment Address: ...LEKvevMdJkVXsUffwTmy2...
Exchange Rate: 3006.735887
Transaction ID: ...de4cc3c2b6faa352f44468ac094cdc963f6317...

@astupidmoose
Copy link
Author

gear

Attached is example in admin area based on html mockup

@jaimehgb
Copy link
Owner

Good point 👍

Actually mycelium sends all that info along with the callback, but it is not being stored anywhere.
Working on this.

@astupidmoose
Copy link
Author

As an "advanced" implementation. We could also store the data received from gear into a module specific table on the database. This could be referenced by order number, and used at a later date to make reports.

jaimehgb added a commit that referenced this issue Jul 27, 2017
@astupidmoose
Copy link
Author

Opencart is now printing this information, however some is missing/incorrect:

"Exchange Rate: 100000000
Txids: "

  • Exchange rate is always set to 100000000
  • Txids is always blank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants