Contact

Don’t hesitate to reach out with the contact information or send a message using the form below:

← Back

Thank you for your response. ✨

Support Junction

Manage & Create Ads
Blogs review/writing
Content review/writing
Coaching & Mentoring
Digital Marketing support
Office timings:

10:00 AM to 5:00 PM IST (Weekdays)

Pay Only

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