Add Shopify to TransactionOrigin. #763

This commit is contained in:
Korina Cordero 2023-09-08 15:31:58 +08:00
parent 8c11ec9e8f
commit 4dbd2377f4

View file

@ -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',