From 14b1ba1aeaf1569e777e63e45dc06b09cb45e776 Mon Sep 17 00:00:00 2001 From: Martijn Date: Thu, 16 May 2024 11:03:47 +0200 Subject: [PATCH] feat(payments-plugin): JSdocs update --- packages/payments-plugin/e2e/payment-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/payments-plugin/e2e/payment-helpers.ts b/packages/payments-plugin/e2e/payment-helpers.ts index 8540de6bc3..24a5ac971a 100644 --- a/packages/payments-plugin/e2e/payment-helpers.ts +++ b/packages/payments-plugin/e2e/payment-helpers.ts @@ -152,7 +152,7 @@ export async function createFixedDiscountCoupon( } } /** - * Create a coupon with the given code and discount amount. + * Create a coupon that discounts the shipping costs */ export async function createFreeShippingCoupon( adminClient: SimpleGraphQLClient,