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

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