add stake orders list

This commit is contained in:
João Geonizeli
2021-08-16 00:58:43 -03:00
parent b065f5dca7
commit 0965333679
27 changed files with 917 additions and 125 deletions

View File

@@ -64,7 +64,7 @@ RSpec.describe(Mutations::CreateBuyCryptoOrder, type: :mutation) do
"order" => {
"status" => "PROCESSING",
"paidAmountCents" => 90_00,
"receivedAmount" => nil,
"receivedAmount" => "0.0",
"currency" => {
"name" => "CAKE",
},