Skip to content

Commit

Permalink
Added part cart method
Browse files Browse the repository at this point in the history
Added part cart method
  • Loading branch information
amitastreait authored Jun 16, 2024
1 parent 4a10fda commit efaf486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sfdxsrc/unmanaged/main/default/classes/AddToCart.cls
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
* @last modified by : Amit Singh - PantherSchools
**/
public with sharing class AddToCart {
public AddToCart() {

}

public static void addCart(){

}
public static void fetchActiveCart(){

}
}
public static void fetchPastCart(){

}
}

0 comments on commit efaf486

Please sign in to comment.