hi team
customer already paid the shop online product payment using credit card. in system showing payment is due and product sale status showing completed. please guide me how to fix?
- MSAnswered
Hello,
The payment status should set to paid after stripe payment successful.
Please try to add the following line before
$this->load->library('parser');
around line no 297$this->site->syncSalePayments($inv->id);
Let me know the result.
Thank you
- FFAnswered
file path please ?
- FFAnswered
ILL CHANGE THE CODE. BUT STILL SAME PAYMENT STATUS ISSUE SHOWING ?? PLEASE CHECK THE ATTCHEMENT.
- MSAnswered
Hello,
Let me check it tomorrow and shall update you/
Thank you
- FFAnswered
ok thank you
- FFAnswered
any updates ?
- FFAnswered
any updates ?
- MSAnswered
Hello,
I was not on computer. I have just tested it. the payment status is being updated successfully. There isn’t any issue as you saying 😦
- MSAnswered
As I remember you have are using strip with main major not minor currency as you have removed
* 100
from amount. Did you remove/ 100
fromapp/controllers/Pay.php
too? - FFAnswered
line no
- Login to Reply