Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a407cbe authored by Ronak Patel's avatar Ronak Patel
Browse files

highlighted message and removed pending-cancel state

parent b9d8898e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@ class ShopAccountController extends Controller {
	private const SUBSCRIPTION_STATUS_LIST = [
		'pending',
		'active',
		'on-hold',
		'pending-cancel'
		'on-hold'
	];

	public function __construct($appName, IRequest $request, IUserSession $userSession, ShopAccountService $shopAccountService, ILogger $logger) {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
				</span>
			</p>
			<p><span v-if="orderCount > 0" v-html="ordersDescription" /></p>
			<p><span v-if="subscriptionCount > 0" v-html="subscriptionDescription" /></p>
			<p><b v-if="subscriptionCount > 0" v-html="subscriptionDescription" /></p>
			<form @submit.prevent>
				<div v-if="!onlyUser && !onlyAdmin" id="delete-shop-account-settings">
					<div class="delete-shop-input">