Custom field with deliveryDestination object added to paypal button
This commit is contained in:
@@ -11,7 +11,7 @@ var PaymentSelect = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div className="payment_select">
|
||||
<PaypalButton />
|
||||
<PaypalButton deliveryDestination={this.props.deliveryDestination} />
|
||||
</div>);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user