citi-oauth
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -23,4 +23,4 @@ "use strict"; | ||
scope: scope || 'pay_with_points', | ||
countryCode: (countryCode || 'sg').toLowerCase(), | ||
businessCode: 'GCB'.toLowerCase(), | ||
countryCode: (countryCode || 'sg').toUpperCase(), | ||
businessCode: 'GCB'.toUpperCase(), | ||
locale: 'en_US', | ||
@@ -27,0 +27,0 @@ state: state || '', |
{ | ||
"name": "citi-oauth", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "citi oauth typescript version", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
216777