Merge branch '763-add-shopify-to-transaction-origin' into '746-resq-2-0-final'
Resolve "Add Shopify to Transaction Origin" See merge request jankstudio/resq!877
This commit is contained in:
commit
78956de357
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ class TransactionOrigin extends NameValue
|
|||
const WALK_IN = 'walk_in';
|
||||
const LAZADA = 'lazada';
|
||||
const THIRD_PARTY = 'third_party';
|
||||
const SHOPIFY = 'shopify';
|
||||
const YOKOHAMA_OP_FACEBOOK = 'yokohama_op_facebook';
|
||||
const YOKOHAMA_TWITTER = 'yokohama_twitter';
|
||||
const YOKOHAMA_INSTAGRAM = 'yokohama_instagram';
|
||||
|
|
@ -28,6 +29,7 @@ class TransactionOrigin extends NameValue
|
|||
'walk_in' => 'Walk-in',
|
||||
'lazada' => 'Lazada',
|
||||
'third_party' => 'Third Party',
|
||||
'shopify' => 'Shopify',
|
||||
'yokohama_op_facebook' => 'Yokohama OP Facebook',
|
||||
'yokohama_twitter' => 'Yokohama Twitter',
|
||||
'yokohama_instagram' => 'Yokohama Instagram',
|
||||
|
|
|
|||
Loading…
Reference in a new issue