Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a new query in src/queries/rbi/ with parameters storeId, transactionId, transactionDatetime.

  • And the return must be a hash for the QRCode

  • These parameters we can get of getOrder response.

...

  • Run apollo:generate

  • Create a function GetRefillDrinkQRCode in the hook of refill drink and use the new functionquery of GraphQL

DOD-LIKE

Task 4 - Get and use QRCode of GetRefillDrinkQRCode (Request GraphQL implementation)

...