File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/components/modal/v2/parts Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222 "formattedMinAmount" : " ${CREDIT_OFFERS_DS.formattedMinAmount}" ,
2323 "formattedMaxAmount" : " ${CREDIT_OFFERS_DS.formattedMaxAmount}" ,
2424 "formattedTotalCost" : " ${CREDIT_OFFERS_DS.formattedTotalCost}" ,
25+ "formattedTransactionAmount" : " ${CREDIT_OFFERS_DS.formattedTransactionAmount}" ,
2526 "minAmount" : " ${CREDIT_OFFERS_DS.minAmount}" ,
2627 "maxAmount" : " ${CREDIT_OFFERS_DS.maxAmount}" ,
2728 "apr" : " ${CREDIT_OFFERS_DS.apr}" ,
Original file line number Diff line number Diff line change 2222 "formattedMinAmount" : " ${CREDIT_OFFERS_DS.formattedMinAmount}" ,
2323 "formattedMaxAmount" : " ${CREDIT_OFFERS_DS.formattedMaxAmount}" ,
2424 "formattedTotalCost" : " ${CREDIT_OFFERS_DS.formattedTotalCost}" ,
25+ "formattedTransactionAmount" : " ${CREDIT_OFFERS_DS.formattedTransactionAmount}" ,
2526 "minAmount" : " ${CREDIT_OFFERS_DS.minAmount}" ,
2627 "maxAmount" : " ${CREDIT_OFFERS_DS.maxAmount}" ,
2728 "apr" : " ${CREDIT_OFFERS_DS.apr}" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const OfferAccordion = ({
5050 < div className = "accordion__row" >
5151 < div className = "accordion__offer-field-title" > { termsLabel ?. eMoney } </ div >
5252 < div className = "accordion__offer-field-value" >
53- { currencySymbolFormat ( meta ?. formattedPeriodicPayment ) }
53+ { currencySymbolFormat ( meta ?. formattedTransactionAmount ) }
5454 </ div >
5555 </ div >
5656 < div className = "accordion__row" >
You can’t perform that action at this time.
0 commit comments