Failed Payment Notification
Metadata
- Name: Failed Payment Notification
- Adaptor:
@openfn/language-http
- Adaptor Version:
v3.1.7
- Created over 3 years ago
- Updated over 3 years ago
- Score: 0 (an indicator of how useful this job may be)
Key Functions
alterState
Expression
alterState(state => {
console.log("We have notified the administrator to manually initiate payment.");
console.log("We have notified the CHW that payment is pending.");
return state;
})