-
Notifications
You must be signed in to change notification settings - Fork 6
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
202443_Payment_Module_Configure_Mobile_money_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway #4020
202443_Payment_Module_Configure_Mobile_money_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway #4020
Conversation
…ney_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4020 +/- ##
===========================================
+ Coverage 81.02% 81.06% +0.04%
===========================================
Files 399 399
Lines 32564 32575 +11
Branches 5350 5351 +1
===========================================
+ Hits 26384 26407 +23
+ Misses 5254 5242 -12
Partials 926 926
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@MarekBiczysko together with this we need to add a flex field at database level, correct? |
|
@@ -115,20 +115,14 @@ def get_extra_data(self, obj: Payment) -> Dict: | |||
return {} | |||
|
|||
def get_payload(self, obj: Payment) -> Dict: |
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.
you can use TypedDict
here to create some kind of contract
…ney_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway
…echanisms_to_send_payment_records_to_WU_through_Payment_Gateway' of github.com:unicef/hct-mis into 202443_Payment_Module_Configure_Mobile_money_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway
…ney_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway
…ney_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway
…ney_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway
…ney_delivery_mechanisms_to_send_payment_records_to_WU_through_Payment_Gateway
AB#202443