Skip to content

Commit 0ee7ac8

Browse files
mihnsenrobwittman
authored andcommitted
Fix duplicate TransactionFields warning #11 (#12)
1 parent fda9754 commit 0ee7ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Enum/Fields/ShippingZoneFields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Shopify\Enum\Fields;
44

5-
class TransactionFields extends AbstractObjectEnum
5+
class ShippingZoneFields extends AbstractObjectEnum
66
{
77
const ID = 'id';
88
const NAME = 'name';

0 commit comments

Comments
 (0)