FF
Asked
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?
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?
Attachments
- MSAnsweredHello,
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
```php
$this->site->syncSalePayments($inv->id);
```
Let me know the result.
Thank you - FFAnsweredfile path please ?
- FFAnsweredILL CHANGE THE CODE. BUT STILL SAME PAYMENT STATUS ISSUE SHOWING ??
PLEASE CHECK THE ATTCHEMENT. - MSAnsweredHello,
Let me check it tomorrow and shall update you/
Thank you - FFAnsweredok thank you
- FFAnsweredany updates ?
- FFAnsweredany updates ?
- MSAnsweredHello,
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 :( - MSAnsweredAs I remember you have are using strip with main major not minor currency as you have removed `* 100` from amount. Did you remove `/ 100` from `app/controllers/Pay.php` too?
- FFAnsweredline no
- Login to Reply