Skip to main content

Failed Payment Notification

This job was provided by an OpenFn.org user via the job library API.

Metadata

  • Name: Failed Payment Notification
  • Adaptor: @openfn/language-http
  • Adaptor Version: v3.1.7
  • Created about 3 years ago
  • Updated almost 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;
})