PayPalEnvironment.sandbox constructor
Implementation
const PayPalEnvironment.sandbox({
required this.clientId,
required this.clientSecret,
}) : host = 'api.sandbox.paypal.com',
webUrl = 'https://www.sandbox.paypal.com';
const PayPalEnvironment.sandbox({
required this.clientId,
required this.clientSecret,
}) : host = 'api.sandbox.paypal.com',
webUrl = 'https://www.sandbox.paypal.com';