reorder alphabetically sans isspage
This commit is contained in:
parent
8e9302df40
commit
1a5b958b8c
1 changed files with 12 additions and 11 deletions
|
|
@ -1,20 +1,21 @@
|
|||
const queryStrings = Object.freeze({
|
||||
ISS_PAGE: 'issPage',
|
||||
ERROR: 'error',
|
||||
SUBSCRIPTIONID: 'subscriptionid',
|
||||
REFERRAL_SEQ_NUM: 'referralseqnum',
|
||||
AUTH_CODE: 'auth_code',
|
||||
BILL_TO_FIRST_NAME: 'billto_firstname',
|
||||
BILL_TO_LAST_NAME: 'billto_lastname',
|
||||
BILL_TO_POSTAL_CODE: 'billto_postalcode',
|
||||
CARD_EXPIRATION_MONTH: 'card_expirationmonth',
|
||||
CARD_EXPIRATION_YEAR: 'card_expirationyear',
|
||||
CARD_TYPE: 'sgcardtype',
|
||||
BILL_TO_POSTAL_CODE: 'billto_postalcode',
|
||||
BILL_TO_FIRST_NAME: 'billto_firstname',
|
||||
BILL_TO_LAST_NAME: 'billto_lastname',
|
||||
REFERENCE_NUMBER: 'req_reference_number',
|
||||
AUTH_CODE: 'auth_code',
|
||||
TRANSACTION_ID: 'transaction_id',
|
||||
TRANS_REFERENCE_NUMBER: 'auth_trans_ref_no',
|
||||
DISPLAY_PAY_IN_ADVANCE_ALERT: 'displayPayInAdvanceAlert',
|
||||
ERROR: 'error',
|
||||
LAST_FOUR: 'last_four',
|
||||
DISPLAY_PAY_IN_ADVANCE_ALERT: 'displayPayInAdvanceAlert'
|
||||
REFERENCE_NUMBER: 'req_reference_number',
|
||||
REFERRAL_SEQ_NUM: 'referralseqnum',
|
||||
SUBSCRIPTIONID: 'subscriptionid',
|
||||
TRANS_REFERENCE_NUMBER: 'auth_trans_ref_no',
|
||||
TRANSACTION_ID: 'transaction_id'
|
||||
|
||||
});
|
||||
|
||||
export default queryStrings;
|
||||
|
|
|
|||
Loading…
Reference in a new issue