opasch / fidelity

Blockchain based fidelity program
GNU General Public License v3.0
4 stars 0 forks source link

[Rule engine ] Remove payload checks #17

Closed sblabreu closed 3 years ago

sblabreu commented 3 years ago

currently, apart from the draft4 schema the payload is expected to include the merchant_id. This issue is to remove such dependency. The event should relate to the merchant_id taken from the header no more checks are expected.

sblabreu commented 3 years ago

Removed the event payload check. Case payload includes merchant id that should follow the json draft 4 schema.