mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
FEAT(klarna): Klarna Kustom Checkout Integration (#6839)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
839e69df24
commit
c525c9f4c9
@ -133,6 +133,8 @@ impl ApiModelToDieselModelConvertor<ApiOrderDetailsWithAmount> for OrderDetailsW
|
||||
brand,
|
||||
product_type,
|
||||
product_tax_code,
|
||||
tax_rate,
|
||||
total_tax_amount,
|
||||
} = from;
|
||||
Self {
|
||||
product_name,
|
||||
@ -146,6 +148,8 @@ impl ApiModelToDieselModelConvertor<ApiOrderDetailsWithAmount> for OrderDetailsW
|
||||
brand,
|
||||
product_type,
|
||||
product_tax_code,
|
||||
tax_rate,
|
||||
total_tax_amount,
|
||||
}
|
||||
}
|
||||
|
||||
@ -162,6 +166,8 @@ impl ApiModelToDieselModelConvertor<ApiOrderDetailsWithAmount> for OrderDetailsW
|
||||
brand,
|
||||
product_type,
|
||||
product_tax_code,
|
||||
tax_rate,
|
||||
total_tax_amount,
|
||||
} = self;
|
||||
ApiOrderDetailsWithAmount {
|
||||
product_name,
|
||||
@ -175,6 +181,8 @@ impl ApiModelToDieselModelConvertor<ApiOrderDetailsWithAmount> for OrderDetailsW
|
||||
brand,
|
||||
product_type,
|
||||
product_tax_code,
|
||||
tax_rate,
|
||||
total_tax_amount,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user