Deploy: 2026-05-22 04:05:29
This commit is contained in:
@@ -1603,6 +1603,12 @@
|
||||
? 'تم ربط متجر سلة بنجاح!'
|
||||
: 'Salla store connected successfully!';
|
||||
window.history.replaceState({}, document.title, window.location.pathname);
|
||||
} else if (urlParams.get('salla_connect') === 'error') {
|
||||
const reason = urlParams.get('reason') || '';
|
||||
this.dashboardError = this.lang === 'ar'
|
||||
? 'فشل ربط متجر سلة: ' + reason
|
||||
: 'Salla connection failed: ' + reason;
|
||||
window.history.replaceState({}, document.title, window.location.pathname);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user