Skip to content

test

v.2.5.0 pre-release

  • Payments

  • Added Insurance product
  • Added Railways
  • Added payment_status filter to all orders list methods
  • Common Errors
  • Esim

    • Esim Search request now takes source query param
    • Esim Offers now takes currency query param
    • Esim Offers now takes source query param
    • Esim Offer now takes currency query param
    • Esim Booking method now takes currency query param
  • Esim Filters

  • Flight
    • Now type in order object not available
    • Added Order Filters and Manager Order List Filters
    • Flight Popular directions removed
    • Flight Offers now takes currency as query params, and ignores request body's currency
    • Flight Offers now responses price : PriceUnit field, which represents offer price. Use this field to show price. other fields like price_info price_details will be removed soon
    • Flight Upsell now returns price field inside offer items
    • Flight Upsell now takes currency query param, and returns offers field price in given currency
    • Flight Verify now returns price field inside offer item
    • Flight Verify now takes currency query param, and returns offer with price field in given currency
    • Flight Rules method removed
    • Flight Booking now takes currency query param, in which order's payment will be converted immediately after creation
    • Now Flight Errors comes in different format. any error response from GTS handled by renderer, and raises gts_error_status error, which returns body in trace field
    • Flight Cancel method removed for client users
    • Flight Cancel method removed for manager users
  • Payments
  • Transactions

    • Now flow_data, provider_transaction_data and confirmed_by fields available only for managers. PS: still may show on transaction/create, but it's temporary, will be deleted soon.
  • Reports

  • Formatter
    • added query param profit which helps to set calculable profit field in result of stats, default 4
  • DisabledBehaviorError added