-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow installments for subscription #379
feat: allow installments for subscription #379
Conversation
Por favor, catalogue-o seguindo as instruções nesta documentação. [Via VPN]. 💁 Qualquer problema ou dúvida, estamos no Slack, basta abrir um ticket no canal #help-foundation-platform. |
|
@@ -8,6 +8,7 @@ | |||
|
|||
use Pagarme\Core\Payment\Repositories\CustomerRepository; | |||
use Pagarme\Core\Payment\Repositories\SavedCardRepository; | |||
use Woocommerce\Pagarme\Block\Checkout\Form\Installments; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Será q faz sentido um controller depender de um Block?
Important
Certifique-se de criar o PR para a branch develop.
Qual o tipo de PR é esse? (marque todos os aplicáveis)
Descrição
Adicionado opção nas configurações para permitir parcelamento para assinaturas. Com a opção habilitada, será permitido parcelamento apenas para assinaturas mensais e anuais.
Cenários testados
Habilitando a opção, foi verificado que parcelamento aparece para produtos de assinaturas mensais e anuais, mas permitindo ainda apenas pagamento à vista caso haja assinatura diária ou semanal no carrinho.