Skip to content

Commit

Permalink
refactor: merged model.rs file in transformers.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
swangi-kumari committed Jan 18, 2024
1 parent dc71bd0 commit fc589e7
Show file tree
Hide file tree
Showing 4 changed files with 1,017 additions and 999 deletions.
4 changes: 3 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ optin = "optin" # Boku preflow name
optin_id = "optin_id" # Boku's id for optin flow
deriver = "deriver"
Deriver = "Deriver"
requestor_card_reference = "requestor_card_reference"
requestor_card_reference = "requestor_card_reference"
personnal = "personnal" #Stancer Nature
Personnal = "Personnal" #Stancer Nature

[default.extend-words]
aci = "aci" # Name of a connector
Expand Down
3 changes: 1 addition & 2 deletions crates/router/src/connector/stancer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod models;
pub mod transformers;

use std::fmt::Debug;
Expand All @@ -8,7 +7,7 @@ use error_stack::{IntoReport, ResultExt};
use masking::PeekInterface;
use transformers as stancer;

use self::models::{
use self::transformers::{
CreateCustomerRequest, CreatePaymentRequest, CreateRefundRequest, Customer, Payment, Refund,
UpdatePaymentRequest,
};
Expand Down
Loading

0 comments on commit fc589e7

Please sign in to comment.