|
...
|
...
|
@@ -41,6 +41,7 @@ class MembershipDetailView extends GetView<MembershipDetailController> { |
|
|
|
),
|
|
|
|
),
|
|
|
|
actions: [
|
|
|
|
/*
|
|
|
|
Padding(
|
|
|
|
padding: const EdgeInsets.only(right: 20.0),
|
|
|
|
child: TextButton(
|
|
...
|
...
|
@@ -61,6 +62,7 @@ class MembershipDetailView extends GetView<MembershipDetailController> { |
|
|
|
: Text(context.l10n.purchaseRestore),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
*/
|
|
|
|
],
|
|
|
|
);
|
|
|
|
},
|
|
...
|
...
|
@@ -379,6 +381,7 @@ class _LegalNotes extends StatelessWidget { |
|
|
|
onLinkTap: showRefundExplanationBottomSheet,
|
|
|
|
),
|
|
|
|
const SizedBox(height: 12),
|
|
|
|
/*
|
|
|
|
_LegalText(
|
|
|
|
prefix: '2. ',
|
|
|
|
text: context.l10n.purchaseNoteRestore,
|
|
...
|
...
|
@@ -387,6 +390,7 @@ class _LegalNotes extends StatelessWidget { |
|
|
|
onLinkTap: controller.restorePurchase,
|
|
|
|
),
|
|
|
|
const SizedBox(height: 12),
|
|
|
|
*/
|
|
|
|
_LegalText(
|
|
|
|
prefix: '3. ',
|
|
|
|
text: context.l10n.purchaseNoteContact,
|
...
|
...
|
|