Update Quantity Cart

This commit is contained in:
phanhuuloi27
2022-06-18 21:14:08 +07:00
parent ae57501be8
commit b2a74367ef
7 changed files with 100 additions and 41 deletions
@@ -57,7 +57,7 @@ public class Cart extends AppCompatActivity {
FirebaseDatabase database;
DatabaseReference requests;
TextView txtTotalPrice;
public TextView txtTotalPrice;
FButton btnPlace;
List<Order> cart = new ArrayList<>();