Skip to content

Commit

Permalink
ACP-4455: Payone Paypal Express checkout. (#11169)
Browse files Browse the repository at this point in the history
ACP-4455 Payone Paypal Express checkout.
  • Loading branch information
stereomon authored Nov 28, 2024
1 parent 30f6c79 commit b31057d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<column name="fk_locale" type="INTEGER"/>
<column name="customer_reference" required="true" type="VARCHAR" size="255"/>
<column name="email" required="true" size="255" type="VARCHAR" caseInsensitive="true"/>
<column name="salutation" type="ENUM" valueSet="Mr, Mrs, Dr, Ms"/>
<column name="salutation" type="ENUM" valueSet="Mr, Mrs, Dr, Ms, n/a"/>
<column name="first_name" size="100" type="VARCHAR"/>
<column name="last_name" size="100" type="VARCHAR"/>
<column name="company" size="100" type="VARCHAR"/>
Expand Down Expand Up @@ -55,7 +55,7 @@
<column name="fk_country" type="INTEGER" required="true"/>
<column name="fk_region" type="INTEGER"/>

<column name="salutation" type="ENUM" valueSet="Mr, Mrs, Dr, Ms"/>
<column name="salutation" type="ENUM" valueSet="Mr, Mrs, Dr, Ms, n/a"/>
<column name="first_name" required="true" size="100" type="VARCHAR"/>
<column name="last_name" required="true" size="100" type="VARCHAR"/>
<column name="address1" size="255" type="VARCHAR"/>
Expand Down

0 comments on commit b31057d

Please sign in to comment.