diff options
-rw-r--r-- | sql/modules/Payment.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/Payment.sql b/sql/modules/Payment.sql index ae7b3603..e7e962b0 100644 --- a/sql/modules/Payment.sql +++ b/sql/modules/Payment.sql @@ -615,7 +615,7 @@ CREATE TYPE payment_location_result AS ( line_three text, city text, state text, - mail_code text + mail_code text, country text, class text ); |