File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
crates/router/src/core/payment_link/payment_link_initiate Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ function initializeSDK() {
68
68
setTimeout ( ( ) => {
69
69
document . body . removeChild ( shimmer ) ;
70
70
} , 500 ) ;
71
+ }
71
72
72
- /**
73
- * Use - redirect to /payment_link/status
74
- */
75
- function redirectToStatus ( ) {
76
- var arr = window . location . pathname . split ( "/" ) ;
77
- arr . splice ( 0 , 2 ) ;
78
- arr . unshift ( "status" ) ;
79
- arr . unshift ( "payment_link" ) ;
80
- window . location . href = window . location . origin + "/" + arr . join ( "/" ) ;
81
- }
73
+ /**
74
+ * Use - redirect to /payment_link/status
75
+ */
76
+ function redirectToStatus ( ) {
77
+ var arr = window . location . pathname . split ( "/" ) ;
78
+ arr . splice ( 0 , 2 ) ;
79
+ arr . unshift ( "status" ) ;
80
+ arr . unshift ( "payment_link" ) ;
81
+ window . location . href = window . location . origin + "/" + arr . join ( "/" ) ;
82
82
}
You can’t perform that action at this time.
0 commit comments