0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
merefield 2023-11-15 15:41:14 +00:00
Ursprung a58b13e9e4
Commit 4444f48da7

Datei anzeigen

@ -37,9 +37,9 @@ export default class SubscriptionService extends Service {
} }
async updateSubscriptionStatus() { async updateSubscriptionStatus() {
let result = await ajax("/admin/wizards/subscription?update_from_remote=true").catch( let result = await ajax(
popupAjaxError "/admin/wizards/subscription?update_from_remote=true"
); ).catch(popupAjaxError);
this.subscribed = result.subscribed; this.subscribed = result.subscribed;
this.subscriptionType = result.subscription_type; this.subscriptionType = result.subscription_type;