Update marketing packages and checkout copy
This commit is contained in:
@@ -24,7 +24,7 @@ const fixtures = vi.hoisted(() => ({
|
||||
activePackage: {
|
||||
id: 1,
|
||||
package_id: 1,
|
||||
package_name: 'Standard',
|
||||
package_name: 'Classic',
|
||||
package_type: 'reseller',
|
||||
included_package_slug: null,
|
||||
active: true,
|
||||
|
||||
@@ -68,7 +68,7 @@ vi.mock('../../api', () => ({
|
||||
{
|
||||
id: 1,
|
||||
package_id: 1,
|
||||
package_name: 'Standard',
|
||||
package_name: 'Classic',
|
||||
package_type: 'endcustomer',
|
||||
included_package_slug: null,
|
||||
active: true,
|
||||
@@ -84,7 +84,7 @@ vi.mock('../../api', () => ({
|
||||
activePackage: {
|
||||
id: 1,
|
||||
package_id: 1,
|
||||
package_name: 'Standard',
|
||||
package_name: 'Classic',
|
||||
package_type: 'endcustomer',
|
||||
included_package_slug: null,
|
||||
active: true,
|
||||
|
||||
Reference in New Issue
Block a user