Skip to content

Commit

Permalink
Add ADDED_IN_31 note
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszgrzyb committed Sep 2, 2021
1 parent 96dccdf commit 43d4451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion saleor/graphql/payment/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from ...core.tracing import traced_resolver
from ...payment import models
from ..core.connection import CountableDjangoObjectType
from ..core.descriptions import ADDED_IN_31
from ..core.types import Money
from ..meta.permissions import public_payment_permissions
from ..meta.resolvers import resolve_metadata
Expand Down Expand Up @@ -71,7 +72,8 @@ class Meta:
MetadataItem,
required=True,
description=(
"List of public metadata items. Can be accessed without permissions."
f"{ADDED_IN_31} List of public metadata items. "
"Can be accessed without permissions."
),
)

Expand Down

0 comments on commit 43d4451

Please sign in to comment.