Price and shipping to euro

This commit is contained in:
adam.harbas@a-net.ba
2016-01-07 09:06:54 +01:00
parent 3a3ba87066
commit 81140de4d7
3 changed files with 28 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ var PaymentSelect = React.createClass({
render: function() {
return (
<div className="payment_select">
<PaypalButton deliveryDestination={this.props.deliveryDestination} />
<PaypalButton deliveryDestination={this.props.deliveryDestination} amount={this.props.amount} deliveryCost={this.props.deliveryCost} />
</div>);
}
});