shreyas14oct

Results 1 issues of shreyas14oct

Okay, here is the following code snippet i am using (in Nodejs envoirment) on debian: const gateway = new braintree.BraintreeGateway({ environment: braintree.Environment.Sandbox, merchantId: process.env.BRAINTREE_MERCHANTID, publicKey: process.env.BRAINTREE_PUBLICKEY, privateKey: process.env.BRAINTREE_PRIVATEKEY }); app.get("/find-customer",...