From aecb49791dbf22ff35d073e59b80b83d51a0993d Mon Sep 17 00:00:00 2001 From: kashan siddiqui Date: Mon, 10 Feb 2020 16:14:27 +0500 Subject: [PATCH] paypal edit --- src/paypal/paypal.service.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/paypal/paypal.service.ts b/src/paypal/paypal.service.ts index 717e8b2..48321d3 100644 --- a/src/paypal/paypal.service.ts +++ b/src/paypal/paypal.service.ts @@ -7,8 +7,8 @@ exports.execute = promisify(paypal.payment.execute) //paypal configuration paypal.configure({ 'mode': 'sandbox', //sandbox or live - 'client_id': 'AWjkIufsfjuEdWdurfflappsGUVY4xp65yPZ0fOHJJz7sdrpGpBJCtlZ8FByG3C9ERkmUEaMPOCWncEU', - 'client_secret': 'ECYK8Gh8BIuq7qHGoS44rCDT3If7oRku6jF6FFfTYB0QS-bDJSgkS7B_yt3XITgsnC7OPQmD6zBOzAHL' + 'client_id': '', + 'client_secret': '' }); @Injectable() @@ -203,4 +203,4 @@ export class PaypalService { // source: "tok_visa" // } -} \ No newline at end of file +}