moshthepitt / woocommerce-lipa-na-mpesa

WooCommerce Lipa Na MPESA Payment Gateway
GNU General Public License v3.0
17 stars 21 forks source link

Two major issues #5

Closed eddytele closed 8 years ago

eddytele commented 8 years ago

Nice script but with some issues;

  1. Transaction data is not reconciled on Kopokopo platform. Data is marked as flagged. Check this code that reconciles data successfully. https://github.com/eddytele/kopokopoIPN
  2. Transaction table is not created during installation in the database.
dmmabiria commented 8 years ago

Hi Eddy,

Good Job.

Now how do we integrate the above notifications code to the existing plugin?

On 4 September 2016 at 13:15, Eddy Tele notifications@github.com wrote:

Nice script but with some issues;

1.

Transaction data is not reconciled on Kopokopo platform. Data is marked as flagged. Check this code that reconciles data successfully. https://github.com/eddytele/kopokopoIPN https://github.com/eddytele/kopokopoIPN 2.

Transaction table is not created during installation in the database.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/moshthepitt/woocommerce-lipa-na-mpesa/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPQC7tRYuC8JLZskAIsNEq-OPU47H9dks5qmppIgaJpZM4J0gKI .

Kind Regards.

Mabiria David

Website: www.stratech.co.ke Twitter/Skype: dmmabiria Mobile: +254-713-579-437

Computer Scientist | Mobile & Web Developer

eddytele commented 8 years ago

Hi,

My issue has been saving the data to database. If I try to connect to database and insert the data to database, the code never reconciles with KopoKopo. Instead transaction is flagged.

I don't know where the issue comes in.

Regards, Eddy

On Sep 5, 2016 11:50, "David Mabiria" notifications@github.com wrote:

Hi Eddy,

Good Job.

Now how do we integrate the above notifications code to the existing plugin?

On 4 September 2016 at 13:15, Eddy Tele notifications@github.com wrote:

Nice script but with some issues;

1.

Transaction data is not reconciled on Kopokopo platform. Data is marked as flagged. Check this code that reconciles data successfully. https://github.com/eddytele/kopokopoIPN https://github.com/eddytele/kopokopoIPN 2.

Transaction table is not created during installation in the database.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/moshthepitt/woocommerce-lipa-na-mpesa/issues/5, or mute the thread https://github.com/notifications/unsubscribe- auth/ACPQC7tRYuC8JLZskAIsNEq-OPU47H9dks5qmppIgaJpZM4J0gKI .

Kind Regards.

Mabiria David

Website: www.stratech.co.ke Twitter/Skype: dmmabiria Mobile: +254-713-579-437

Computer Scientist | Mobile & Web Developer

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/moshthepitt/woocommerce-lipa-na-mpesa/issues/5#issuecomment-244693217, or mute the thread https://github.com/notifications/unsubscribe-auth/AUFUqe0ySnNEcP_OZlZzEaDG-WMtZ6gLks5qm9fggaJpZM4J0gKI .

moshthepitt commented 8 years ago

Would be a good idea to give more information to reproduce the issue where the DB table is not created. I have not come across this ever.


On the second issue, I updated the README on instructions on how to make this work.