Skip to content

Commit 284b3fb

Browse files
committed
Merge branch 'master' of github.com:ecomplus/app-pagarme
2 parents 038c51f + 47e3a66 commit 284b3fb

File tree

5 files changed

+259
-417
lines changed

5 files changed

+259
-417
lines changed

assets/application.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,13 @@
249249
"maximum": 999,
250250
"title": "Parcelas sem juros",
251251
"description": "Mesclar parcelamento com e sem juros (ex.: até 3x sem juros e 12x com juros)"
252+
},
253+
"interest_free_min_amount": {
254+
"type": "integer",
255+
"minimum": 1,
256+
"maximum": 999999999,
257+
"title": "Mínimo sem juros",
258+
"description": "Montante mínimo para parcelamento sem juros"
252259
}
253260
},
254261
"title": "Parcelamento",
@@ -258,5 +265,5 @@
258265
}
259266
},
260267
"auth_callback_uri": "https://us-central1-ecom-pagarme.cloudfunctions.net/app/ecom/auth-callback",
261-
"version": "1.0.1"
268+
"version": "1.1.0"
262269
}

0 commit comments

Comments
 (0)