Commit e54322ebe293e786f9d5ff0fbc18c2f7635a7e99

Authored by AlexDiatlov
1 parent f3c1a9c8

add payment data preparation keyword

@@ -298,6 +298,12 @@ Get Broker Property By Username @@ -298,6 +298,12 @@ Get Broker Property By Username
298 [Return] ${complaint} 298 [Return] ${complaint}
299 299
300 300
  301 +Підготувати дані для оплати скарги
  302 + [Arguments] ${complaint_token} ${complaint_value} ${complaint_uaid}
  303 + ${payment_data}= test_payment_data ${complaint_token} ${complaint_value} ${complaint_uaid}
  304 + [Return] ${payment_data}
  305 +
  306 +
301 Підготувати дані для прийняття скарги до розгляду 307 Підготувати дані для прийняття скарги до розгляду
302 ${confirmation_data}= test_accept_complaint_data 308 ${confirmation_data}= test_accept_complaint_data
303 [Return] ${confirmation_data} 309 [Return] ${confirmation_data}
Please register or login to post a comment