Skip to content

Commit

Permalink
chore: test installment daily
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Feb 12, 2024
1 parent 953b4e1 commit fdf6600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions/lib/pagarme/payment-subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ const createSubscription = async (params, appData, storeId, plan, customer) => {
}

}
if (storeId == 4566) {
pagarmeSubscription.installments = 3
}
}

pagarmeSubscription.discounts = []
Expand Down

0 comments on commit fdf6600

Please sign in to comment.