File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ async function handleCheckout() {
79
79
const { data : checkoutData } = await paymentApi .checkout (' sepay' , productIdentifier )
80
80
81
81
navigateTo ({
82
- name : ' checkout' ,
82
+ path : ' / checkout' ,
83
83
query: {
84
84
qr: checkoutData .paymentUrl ,
85
85
},
@@ -98,7 +98,7 @@ tryOnBeforeMount(async () => {
98
98
pendingPaymentPrice .value = null
99
99
100
100
navigateTo ({
101
- name : ' checkout' ,
101
+ path : ' / checkout' ,
102
102
query: {
103
103
qr: checkoutData .paymentUrl ,
104
104
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thecodeorigin/nuxt" ,
3
3
"type" : " module" ,
4
- "version" : " 2.6.0 " ,
4
+ "version" : " 2.6.1 " ,
5
5
"publishConfig" : {
6
6
"registry" : " https://registry.npmjs.org" ,
7
7
"access" : " public"
You can’t perform that action at this time.
0 commit comments