Explorar el Código

Merge branch 'dev' into dev-rewardPoints

bianjunhui hace 6 días
padre
commit
8105345d9b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/Webkul/BagistoApi/src/Dto/SaveCheckoutCartInput.php

+ 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;