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

fix: guest checkout name in vendor order details fixed #894 #903

Merged

Conversation

kapilpaul
Copy link
Contributor

No description provided.

@@ -103,7 +103,7 @@
}

} else {
$user = __( 'Guest', 'dokan-lite' );
$user = __( $order->get_formatted_billing_full_name(), 'dokan-lite' );
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove translation function from vaiable

@sabbir1991 sabbir1991 merged commit b15aa25 into getdokan:develop Aug 31, 2020
tareq1988 pushed a commit that referenced this pull request Oct 20, 2020
* fix: guest checkout name in vendor order details fixed #894

* fix: guest checkout name in vendor order details fixed #894
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