Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "api_response" = (
  3. {
  4. "buyer_email" = "aaa@gmail.com";
  5. "buyer_fname" = aaa;
  6. "buyer_lname" = aaa;
  7. "buyer_phone" = aaa;
  8. enabled = 1;
  9. "id_order_form" = 16;
  10. "id_seller" = 871;
  11. remarks = aaa;
  12. "seller_code" = 2018D3VPT6J3;
  13. "seller_email" = "";
  14. "seller_fname" = test08;
  15. "seller_id" = 871;
  16. "seller_lname" = test08s;
  17. "seller_mname" = "";
  18. status = 1;
  19. "total_amount" = 120;
  20. }
  21. );
  22. }
  23. sellerLogGetOrderFormsBlock ERROR: typeMismatch(Swift.String, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "api_response", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0), CodingKeys(stringValue: "id_seller", intValue: nil)], debugDescription: "Expected to decode String but found a number instead.", underlyingError: nil))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement