Price and shipping to euro

This commit is contained in:
adam.harbas@a-net.ba
2016-01-07 09:08:20 +01:00
parent 81140de4d7
commit d0f02df738

View File

@@ -20,7 +20,7 @@ var CheckoutPage = React.createClass({
var choosePayment = ( var choosePayment = (
<div className="payment-btn"> <div className="payment-btn">
<PaymentSelect deliveryDestination={this.state.deliveryDestination} /> <PaymentSelect deliveryDestination={this.state.deliveryDestination} amount={CartStore.getAmount()} deliveryCost={CartStore.getDeliveryCost(false)} />
</div> </div>
); );