Skip to content

Conversation

@pronob1010
Copy link

@pronob1010 pronob1010 commented Nov 7, 2022

@shamsbd71 issue #420 has been refactored. Now Digicom is ready for [email protected]


Linked Conversation

Conversation Subject:

Message:
No additional details provided

View Conversation

@pronob1010 pronob1010 changed the title refactor: All deprecated code have been restructured. refactor: All deprecated code has been restructured. Nov 7, 2022
{
$orderTable->amount_paid = $orderTable->amount_paid + $data['total_paid_amt'];
if((int)$data['total_paid_amt']>0){
$orderTable->amount_paid = (int)$orderTable->amount_paid + (int)$data['total_paid_amt'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

price value could be float number. so don't force it to be int

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh! that's my bad. It was really unexpected. Thank you so much and let me fix this.

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

Successfully merging this pull request may close these issues.

2 participants