File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 166
166
OPTIONAL_PAYMENT_ID = context .optional (context .string (1 , 64 ));
167
167
OPTIONAL_PAY_SYSTEM_ID = context .optional (context .string (1 , 64 ));
168
168
169
+ ---- ----------------------------------------------------------------------------
170
+ -- TYPES FOR MRX
171
+ ---- ----------------------------------------------------------------------------
172
+ COUNTRY_CODE = context .string (2 , 2 );
173
+ OPTIONAL_COUNTRY_CODE = context .optional (context .string (2 , 2 ));
174
+
169
175
---- ----------------------------------------------------------------------------
170
176
-- BEGIN POSTCARDS
171
177
---- ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 346
346
" OPTIONAL_PAYMENT_ID" ;
347
347
" OPTIONAL_PAY_SYSTEM_ID" ;
348
348
---- ----------------------------------------------------------------------------
349
+ -- TYPES FOR MRX
350
+ ---- ----------------------------------------------------------------------------
351
+ " COUNTRY_CODE" ;
352
+ " OPTIONAL_COUNTRY_CODE" ;
353
+ ---- ----------------------------------------------------------------------------
349
354
-- BEGIN POSTCARDS
350
355
---- ----------------------------------------------------------------------------
351
356
-- TODO MOVE ELSEWHERE
You can’t perform that action at this time.
0 commit comments