Procházet zdrojové kódy

Merge branch 'dev' into dev-rewardPoints

bianjunhui před 6 dny
rodič
revize
8105345d9b

+ 2 - 0
packages/Webkul/BagistoApi/src/Dto/SaveCheckoutCartInput.php

@@ -45,6 +45,8 @@ class SaveCheckoutCartInput
     #[ApiProperty(description: 'Shipping insurance toggle. Pass "-1" to leave unchanged, "1" to apply, empty string to remove.')]
     #[SerializedName('useShippingInsurance')]
     public ?string $useShippingInsurance = null;
+
+    #[Groups(['mutation'])]
     #[ApiProperty(description: 'Reward points to redeem against the order total. Pass "-1" to leave unchanged, "0" to remove.')]
     #[SerializedName('rewardPoints')]
     public ?int $rewardPoints = null;