Files
kupshop/bundles/KupShop/BonusProgramBundle/Tests/BonusProgramOtherReceiverTest.json
2025-08-02 16:30:27 +02:00

75 lines
2.3 KiB
JSON

{
"order_discounts" : [
{
"id" : 1,
"date_created" : "2013-07-09 09:57:45",
"name" : "10% z ceny + 100 bodu fixne",
"display_name" : "10% z ceny + 100 bodu fixne",
"uses_count" : 0,
"active" : "Y",
"data" : null,
"position" : null,
"type" : null
},
{
"id" : 2,
"date_created" : "2013-07-09 09:57:45",
"name" : "20% z ceny",
"display_name" : "20% z ceny",
"uses_count" : 0,
"active" : "Y",
"data" : null,
"position" : null,
"type" : null
}
],
"order_discounts_triggers" : [
{
"id" : 1,
"id_order_discount" : 1,
"type" : "coupon",
"data" : "{\"codes\":[\"INFLUENCER10\"],\"multiple\":\"N\"}"
},
{
"id" : 2,
"id_order_discount" : 2,
"type" : "coupon",
"data" : "{\"codes\":[\"INFLUENCER20\"],\"multiple\":\"N\"}"
}
],
"order_discounts_actions" : [
{
"id" : 1,
"id_order_discount" : 1,
"type" : "bonus_points_other_rec",
"data" : "{\"other_receiver_user_id\":\"1\",\"other_receiver_fixed_amount\":100,\"other_receiver_percent_from_price\":10,\"other_receiver_filter\":{\"title\":\"\",\"parametersValuesOperator\":\"AND\",\"variationsValuesOperator\":\"AND\",\"discount\":{\"min\":\"\",\"max\":\"\"},\"price\":{\"min\":\"\",\"max\":\"\"},\"in_store_range\":{\"min\":\"\",\"max\":\"\"},\"date_added_range\":{\"from\":\"\",\"to\":\"\"}}}"
},
{
"id" : 2,
"id_order_discount" : 2,
"type" : "bonus_points_other_rec",
"data" : "{\"other_receiver_user_id\":\"3\",\"other_receiver_percent_from_price\":20,\"other_receiver_filter\":{\"title\":\"\",\"parametersValuesOperator\":\"AND\",\"variationsValuesOperator\":\"AND\",\"discount\":{\"min\":\"\",\"max\":\"\"},\"price\":{\"min\":\"\",\"max\":\"\"},\"in_store_range\":{\"min\":\"\",\"max\":\"\"},\"date_added_range\":{\"from\":\"\",\"to\":\"\"}}}"
}
],
"bonus_points" : [
{
"id" : 44,
"id_user" : 1,
"points" : 200,
"date_created" : "2023-07-18 15:21:09",
"note" : "Affiliate objednávka 1",
"status" : "active",
"id_order" : 1
},
{
"id" : 45,
"id_user" : 1,
"points" : 100,
"date_created" : "2023-07-18 15:21:09",
"note" : "Affiliate objednávka 1",
"status" : "active",
"id_order" : 2
}
]
}