Project Description
In a ground-breaking journey of a lifetime, two best friends set off on a twenty-two state, 18-thousand mile plus, ten month cross-country road trip with one goal – find Mr. Right. What began as an unconventional search for love and adventure morphed into something larger than life; larger than both the single, professional women canvassing the United States searching for the perfect mate. With each mile it became a statement about living life to the fullest; of being FEARLESS, of CREATING CHANGE, of BEING AUTHENTIC, of simply BEING YOU!
To read the story behind the story, get your copy of Highway to a Husband: Highway to a New You
Order your copy today!
https://www.paypal.com/sdk/js?client-id=sb¤cy=USD
function initPayPalButton() {
paypal.Buttons({
style: {
shape: ‘pill’,
color: ‘blue’,
layout: ‘horizontal’,
label: ‘buynow’,
tagline: true
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{“description”:”Highway to a Husband; Highway to a New You\nGo behind the scenes of the hit blog & road trip capturing the epic search for love”,”amount”:{“currency_code”:”USD”,”value”:17.73,”breakdown”:{“item_total”:{“currency_code”:”USD”,”value”:10},”shipping”:{“currency_code”:”USD”,”value”:7},”tax_total”:{“currency_code”:”USD”,”value”:0.73}}}}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(details) {
alert(‘Transaction completed by ‘ + details.payer.name.given_name + ‘!’);
});
},
onError: function(err) {
console.log(err);
}
}).render(‘#paypal-button-container’);
}
initPayPalButton();
