Search found 2 matches

by MuraliGK
01 Dec 2017, 07:01
Forum: Laravel package
Topic: Updating Payment Info using API
Replies: 4
Views: 1587

Re: Updating Payment Info using API

Thanks for your suggestion. I have checked the database tables, " mshop_order " is the table having the info about the payment status, is it enough to update this table or I need to update any other tables as well. Is there any predefined class / method available to update the payment stat...
by MuraliGK
28 Nov 2017, 17:57
Forum: Laravel package
Topic: Updating Payment Info using API
Replies: 4
Views: 1587

Updating Payment Info using API

Hi Everyone, I'm new to aimeos, and I'm using aimeos laravel package as the backend. I'm developing the frontend using react native, so that I can use it for both web and mobile. My payment gateway is javascript based, once the payment gateway returns the status, i need to update the payment status ...