@infrab4a/connect 4.20.0-beta.8 → 4.20.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +3 -0
- package/index.esm.js +3 -0
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -7095,7 +7095,10 @@ class PagarmeCardAxiosAdapter {
|
|
|
7095
7095
|
}
|
|
7096
7096
|
}
|
|
7097
7097
|
async createCardHash(bu) {
|
|
7098
|
+
console.log('input createCardHash', bu);
|
|
7099
|
+
console.log('input this.credentials', this.credentials);
|
|
7098
7100
|
const key = bu === exports.BusinessUnitEnum.SHOP ? this.credentials.SHOP_API_KEY : this.credentials.SUBSCRIPTION_API_KEY;
|
|
7101
|
+
console.log('key', key);
|
|
7099
7102
|
try {
|
|
7100
7103
|
const { data } = await axios__default["default"]({
|
|
7101
7104
|
method: 'GET',
|
package/index.esm.js
CHANGED
|
@@ -7089,7 +7089,10 @@ class PagarmeCardAxiosAdapter {
|
|
|
7089
7089
|
}
|
|
7090
7090
|
}
|
|
7091
7091
|
async createCardHash(bu) {
|
|
7092
|
+
console.log('input createCardHash', bu);
|
|
7093
|
+
console.log('input this.credentials', this.credentials);
|
|
7092
7094
|
const key = bu === BusinessUnitEnum.SHOP ? this.credentials.SHOP_API_KEY : this.credentials.SUBSCRIPTION_API_KEY;
|
|
7095
|
+
console.log('key', key);
|
|
7093
7096
|
try {
|
|
7094
7097
|
const { data } = await axios({
|
|
7095
7098
|
method: 'GET',
|