# #168720192 Biller Rules: operation functions + error log https://www.pivotaltracker.com/story/show/168720192 ## Scenario Test ### On Postman ```gherkin Scenario Outline: Function for operation Success Given Biller Config Set When User Input biller_label : <biller_label> And User Input command_type : <command_type> And User Input product_id : <product_id> And Send request Then User Get Http response code : <http_response_code> And remote_transaction_id : <remote_transaction_id> And customer_id : <customer_id> And price : <price> And amount : <amount> And User get next command : <next> Examples: | biller_label | command_type | product_id | http_response_code | remote_transaction_id | customer_id | price | amount | next | | Reinard | purchase | 221 | 200 | lower | replbce | 10 | 12000 | UPPER | | Reinard | purchase | 175 | 200 | apel | concat value | 51 | 2 | sukses gag | ```