Coming Soon

1 Hour Therapy

Let’s make something new together

https://www.paypal.com/sdk/js?client-id=sb&currency=USD function initPayPalButton() { paypal.Buttons({ style: { shape: ‘rect’, color: ‘gold’, layout: ‘horizontal’, label: ‘paypal’, }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{“description”:”Initial consult & 1 Hour counsel. “,”amount”:{“currency_code”:”USD”,”value”:50}}] }); }, 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();

Design a site like this with WordPress.com
Get started