diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php index 6622d6a9c..126ef921f 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php @@ -201,7 +201,7 @@ }, fetchCountries: function () { - let countriesEndPoint = `${this.$root.baseUrl}/api/countries?pagination=0`; + let countriesEndPoint = `${this.$root.baseUrl}/api/countries?pagination=0&sort=id&order=asc`; this.$http.get(countriesEndPoint) .then(response => {