Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GeneralRequestInterface.php #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface GeneralRequestInterface
const MDD_KEY_PRODUCT_CATEGORY = 5;
const MDD_KEY_SHIPPING_METHOD = 7;
const MDD_KEY_CUSTOMER_FETCH_SELF = 9;
const MDD_KEY_STORE_CODE = 10;
const MDD_KEY_STORE_CODE = 22;
const MDD_KEY_COUPON_CODE = 12;
const MDD_KEY_HAS_GIFT_CARD = 13;
const MDD_KEY_SECOND_PAYMENT_METHOD = 14;
Expand All @@ -24,7 +24,7 @@ interface GeneralRequestInterface
const MDD_KEY_QTY_INSTALLMENTS_ORDER = 19;
const MDD_KEY_CARD_IS_PRIVATE_LABEL = 20;
const MDD_KEY_CUSTOMER_IDENTITY = 21;
const MDD_KEY_CUSTOMER_TELEPHONE = 22;
const MDD_KEY_CUSTOMER_TELEPHONE = 38;
const MDD_KEY_STORE_IDENTITY = 23;
const MDD_KEY_PROVIDER = 24;
const MDD_KEY_CUSTOMER_IS_RISK = 25;
Expand Down