Skip to content

Commit 63cfc2b

Browse files
committed
f Rename into_update to to_update
1 parent 9488512 commit 63cfc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ impl StorableObject for PaymentDetails {
303303
updated
304304
}
305305

306-
fn into_update(&self) -> Self::Update {
306+
fn to_update(&self) -> Self::Update {
307307
self.into()
308308
}
309309
}

0 commit comments

Comments
 (0)