@labdigital/commercetools-mock 2.44.0 → 2.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3904,6 +3904,7 @@ var PaymentRepository = class extends AbstractResourceRepository {
3904
3904
  create(context, draft) {
3905
3905
  const resource = {
3906
3906
  ...getBaseResourceProperties(),
3907
+ key: draft.key,
3907
3908
  amountPlanned: createCentPrecisionMoney(draft.amountPlanned),
3908
3909
  paymentMethodInfo: draft.paymentMethodInfo,
3909
3910
  paymentStatus: draft.paymentStatus ? {