feat: implement package and payment method dialogs with API integration
This commit is contained in:
@@ -53,9 +53,9 @@ export interface LineQuantities {
|
||||
gross_weight?: number;
|
||||
|
||||
// Packaging
|
||||
package_key?: string;
|
||||
package_id?: number; // Changed from string to number - this is the ID from packages catalog
|
||||
package_quantity?: number;
|
||||
package_description?: string;
|
||||
package_description?: string; // This is for display purposes only
|
||||
}
|
||||
|
||||
export interface LineDescriptions {
|
||||
|
||||
Reference in New Issue
Block a user