Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
tweak route
Dieser Commit ist enthalten in:
Ursprung
ca11dacf8e
Commit
390f53a8a2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -27,7 +27,7 @@ export default class SubscriptionService extends Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
retrieveSubscriptionStatus() {
|
retrieveSubscriptionStatus() {
|
||||||
ajax("/admin/wizards/subscription").then(result => {
|
ajax("/subscription").then(result => {
|
||||||
console.log(result)
|
console.log(result)
|
||||||
this.subscribed = result.subscribed;
|
this.subscribed = result.subscribed;
|
||||||
this.subscriptionType = result.subscription_type;
|
this.subscriptionType = result.subscription_type;
|
||||||
|
|
Laden …
In neuem Issue referenzieren