Skip to content

Commit

Permalink
PT-10238: add Undefined address type (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOkhriemnko authored Feb 14, 2023
1 parent b7babbc commit 6036c72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public class AddressTypeEnum : EnumerationGraphType
public AddressTypeEnum()
{
Name = "AddressTypeEnum";
AddValue("Undefined", "Undefined", 0);
AddValue("Billing", "Billing", 1);
AddValue("Shipping", "Shipping", 2);
AddValue("Pickup", "Pickup", 4);
Expand Down

0 comments on commit 6036c72

Please sign in to comment.