Skip to content

Commit

Permalink
paypal edit
Browse files Browse the repository at this point in the history
  • Loading branch information
KashanSiddiqui committed Feb 10, 2020
1 parent 8591575 commit aecb497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/paypal/paypal.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -203,4 +203,4 @@ export class PaypalService {
// source: "tok_visa"
// }

}
}

0 comments on commit aecb497

Please sign in to comment.