setSubject("Past due") ->setNote("Please pay soon") ->setSendToMerchant(true); // ### Remind Invoice // Remind the notifiers by calling the // `remind` method // on the Invoice class by passing a valid // notification object // (See bootstrap.php for more on `ApiContext`) $remindStatus = $invoice->remind($notify, $apiContext); } catch (PayPal\Exception\PPConnectionException $ex) { echo "Exception: " . $ex->getMessage() . PHP_EOL; var_dump($ex->getData()); exit(1); } ?> Remind Invoice
Remind Invoice:
toJSON(128); ?>
Back