Story 55.1. Fix Insurance Value <500€

General info

Parcelbroker WooC integration: Fix Insurance Value <500€

When: Order’s value is lower than 500€

Then: Admin can’t create shipment with ParcelBroker because the insuarance value is fixed to 500€

Expected result: in case of the lower value of the parcel (lover than 500€) => set insurance value to the value of the order, and in case of the parcel value higher than 500€ then insurance value = 500€.

User story

As an admin

I want to create a shipment but with a limit on the total order price

So that helps use the feature with appropriate price size

Visual design:

Acceptance criteria

01

Given: order with a total price of less than 500€ (for example 380€)

When: create a shipment with parcelBroker

Then: shipment successfully created
AND insurance value is equal 380€

02

Given: order with a total price 500€ or more (for example 900€)

When: create a shipment with parcelBroker

Then: shipment successfully created
AND insurance value is equal 500€

Comments

Leave a Reply