We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b367c commit b10514aCopy full SHA for b10514a
sample-apps/bundles-price-per-component/extensions/price-per-component-rs/src/run.rs
@@ -11,7 +11,6 @@ use serde_json::Value;
11
use shopify_function::prelude::*;
12
use shopify_function::Result;
13
14
-
15
#[shopify_function_target(query_path = "src/run.graphql", schema_path = "schema.graphql")]
16
fn run(input: input::ResponseData) -> Result<output::FunctionRunResult> {
17
let presentment_currency_rate_f64 = input.presentment_currency_rate.0;
0 commit comments