File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ pub async fn proxy_core(
1919 let proxy_record = req_wrapper
2020 . get_proxy_record (
2121 & state,
22- platform. get_processor ( ) . get_key_store ( ) ,
23- platform. get_processor ( ) . get_account ( ) . storage_scheme ,
22+ platform. get_provider ( ) . get_key_store ( ) ,
23+ platform. get_provider ( ) . get_account ( ) . storage_scheme ,
2424 )
2525 . await ?;
2626
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ impl ProxyRecord {
242242 Self :: VolatilePaymentMethodRecord ( _) => {
243243 //retrieve from redis
244244 let vault_id = self . get_vault_id ( ) ?;
245- let key_store = platform. get_processor ( ) . get_key_store ( ) ;
245+ let key_store = platform. get_provider ( ) . get_key_store ( ) ;
246246 let encryption_key = key_store. key . get_inner ( ) ;
247247
248248 let redis_conn = state
You can’t perform that action at this time.
0 commit comments