Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Bagisto UPS Shipping module in v2.0 #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

antuchaudharyqlo246
Copy link
Collaborator

No description provided.

*
* @return array
*/
*/

Choose a reason for hiding this comment

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

add a space

return false;
}
if (isset ($cartProducts) && $cartProducts == true) {
if (isset($cartProducts)

Choose a reason for hiding this comment

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

currect this condition.

$totalCount = count($allowedServices);

foreach ($allowedServices as $methods) {

Choose a reason for hiding this comment

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

remove extra line.

if ( in_array($service, $methods) ) {
$count += 1;
}
}
if ( $count == $totalCount ) {

Choose a reason for hiding this comment

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

remove extra line

}

$allowedMethods[] = $allowedMethod;

Choose a reason for hiding this comment

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

add one extra line before this line.


if ($serviceType == $type && $servicesCount == $countMethods) {

Choose a reason for hiding this comment

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

break if condition

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.

None yet

2 participants