Skip to content

Commit

Permalink
add payment command handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Jul 31, 2024
1 parent 420ad93 commit 8cfa67f
Show file tree
Hide file tree
Showing 15 changed files with 2,979 additions and 2,498 deletions.
2 changes: 1 addition & 1 deletion client/src/main/protobuf/model/payment/transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ message CardPreRegistration{

message RecurringPaymentTransaction{
option (scalapb.message).extends = "ProtobufDomainObject";
required string recurringPayInRegistrationId = 1;
required string recurringPaymentRegistrationId = 1;
required string statementDescriptor = 2;
required int32 debitedAmount = 3;
required int32 feesAmount = 4;
Expand Down
Loading

0 comments on commit 8cfa67f

Please sign in to comment.