Custom field with deliveryDestination object added to paypal button

This commit is contained in:
adam.harbas@a-net.ba
2016-01-07 08:58:37 +01:00
parent f092719ac7
commit e49b6b93d6
3 changed files with 6 additions and 3 deletions

View File

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