Update purchase information

This commit is contained in:
estevez-dev
2020-06-11 11:47:07 +03:00
parent 5f4a3fbdfc
commit 1c686402d0
4 changed files with 15 additions and 4 deletions

View File

@ -15,7 +15,7 @@ class ProductPurchase extends StatelessWidget {
String buttonText = '';
String buttonTextInactive = '';
if (product.id.contains("year")) {
period += "/ year";
period += "once a year";
buttonText = "Subscribe";
buttonTextInactive = "Already";
priceColor = Colors.amber;