Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $result = $this->paypalMassPaymentService
  2. ->sendMassPayment(
  3. PayPalMassPayService::PAYPAL_RECEIVE_TYPE_EMAIL,
  4. $paypalEmail,
  5. $withdrawMoney,
  6. $currencyCode);
  7. if(!!$result){
  8. if(isset($result['ACK']) && ($result['ACK'] == 'Success')){
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement