add cart test
This commit is contained in:
parent
b132dcbb76
commit
d29274612d
|
|
@ -76,8 +76,8 @@ function onStart(){
|
|||
<!-- preloader area end -->
|
||||
|
||||
<!-- All JS Plugins -->
|
||||
<!-- <script src="{{'assets/jquery.js'|theme}}"></script> -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script src="{{'assets/jquery.js'|theme}}"></script>
|
||||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> -->
|
||||
<script src="{{'assets/js/plugins.js'|theme}}"></script>
|
||||
<!-- Main JS -->
|
||||
<script src="{{'assets/js/main.js'|theme}}"></script>
|
||||
|
|
|
|||
|
|
@ -13,9 +13,14 @@
|
|||
headers: {Authorization: 'Bearer {{token}}'},
|
||||
success: function (data, textStatus, xhr) {
|
||||
console.log(data);
|
||||
console.log(textStatus);
|
||||
console.log(xhr);
|
||||
},
|
||||
error: function (xhr, textStatus, errorThrown) {
|
||||
console.log('Error in Operation');
|
||||
console.log(xhr);
|
||||
console.log(textStatus);
|
||||
console.log(errorThrown);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue