Skip to content

add upgrade endpoint + upgrade framework #19

add upgrade endpoint + upgrade framework

add upgrade endpoint + upgrade framework #19

GitHub Actions / clippy failed Dec 9, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

ping-pong/src/ping_pong.rs|55 col 38| error[E0599]: no method named accepted_payment_token_id found for reference &Self in the current scope
--> ping-pong/src/ping_pong.rs:55:38
|
55 | OptionalValue::Some(self.accepted_payment_token_id().get()),
| ^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in &Self

Filtered Findings (0)

Annotations

Check failure on line 55 in ping-pong/src/ping_pong.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] ping-pong/src/ping_pong.rs#L55

error[E0599]: no method named `accepted_payment_token_id` found for reference `&Self` in the current scope
  --> ping-pong/src/ping_pong.rs:55:38
   |
55 |             OptionalValue::Some(self.accepted_payment_token_id().get()),
   |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&Self`
Raw output
ping-pong/src/ping_pong.rs:55:38:e:error[E0599]: no method named `accepted_payment_token_id` found for reference `&Self` in the current scope
  --> ping-pong/src/ping_pong.rs:55:38
   |
55 |             OptionalValue::Some(self.accepted_payment_token_id().get()),
   |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&Self`


__END__