-
Notifications
You must be signed in to change notification settings - Fork 0
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
FEATURE: integração do sistema com os serviços do Stripe #123
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nto feature/payment
…vation -Adicionar as propriedades 'Name' e 'StripeProductId' na entidade Room -Adicionar as propriedades 'Description' e 'StripeProductId' na entidade Service -Adicionar a propriedade 'StripePaymentIntentId' na entidade Reservation
… lidar com StripeException, injetar dependência do serviço do stripe e outros
…tar os dados do stripe
…ncia de dados entre o banco de dados do sistema e do Stripe
… Stripe e fazer rollback em caso de erro para evitar inconsistências
…tion feature: integrar Room com os serviços do Stripe, sendo Room um produto no Stripe
…ginas estáticas para teste
…gration feature: integrando os handlers de 'Service' (ServiceHandlers) como um produto no Stripe
feature: integrar criação de customer no Stripe
…omer feature: integrar deleção de um customer no sistema com a deleção de um customer no Stripe
…omer Feature: atualizar customer no Stripe ao atualizar no sistema
…tomer-props features: atualizar parâmetros de customer no Stripe ao atualizar parâmetros de customer no sistema
…ntegration Features: integração do customer do sistema e do customer do Stripe
Feature: cancelar PaymentIntent do Stripe ao deletar ou cancelar uma reserva
…tent Features: atualizar o preço do PaymentIntent ao atualizar ExpectedCheckIn ou ExpectedCheckOut
…r serviço a uma reserva
…-line-item Feature: adicionar produto nos metadados do PaymentIntent ao adicionar serviço em uma reserva #114
…ent-product Feature: remover produto do PaymentIntent ao remover um serviço da reserva
…ration-tests Refactor: refatoração dos testes de integração do controlador de reservas
…mento no PaymentIntent
…o de pagamento no PaymentIntent
Feature: endpoint para fazer CheckIn em uma reserva e adicionar método de pagamento no PaymentIntent
-Criar método para capturar o PaymentIntent -Criar método para confirmar o PaymentIntent -Atualizar método que adiciona e remove serviço dos métadados do PaymentIntent para não atualizar o preço do PaymentIntent -Atualizar método que cria PaymentIntent para criar com a propriedade 'CaptureMethod' sendo 'manual' e 'PaymentMethodTypes' tendo o tipo 'card'
…e-payment-intent Feature: confirmando e capturando o PaymentIntent
…n-integration Features: integração de reserva com PaymentIntent no Stripe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementa a integração do sistema de reservas, cômodos, serviços e clientes com os serviços do Stripe