Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Fix for plus signs in data and verified array #119

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jan 7, 2018

  1. Fix for plus signs in data

    $_POST can decode plus signs incorrectly and should not be used.
    I have done extensive testing so far and have not found a better way than this to fix this problem from this end.
    This problem will only be completely solved when the posted data is sent with plus signs always encoded to %2B.
    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    acb6cad View commit details
    Browse the repository at this point in the history
  2. data array

    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    896a6eb View commit details
    Browse the repository at this point in the history
  3. Update PaypalIPN.php

    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    d69f654 View commit details
    Browse the repository at this point in the history
  4. moved stripslashes

    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    c30a019 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb60d8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b27dc98 View commit details
    Browse the repository at this point in the history
  7. Update PaypalIPN.php

    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    aa09c26 View commit details
    Browse the repository at this point in the history
  8. Update PaypalIPN.php

    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    470468e View commit details
    Browse the repository at this point in the history
  9. Update PaypalIPN.php

    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    034a7d9 View commit details
    Browse the repository at this point in the history
  10. Update PaypalIPN.php

    BigRedBot authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    efbb216 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    c8b5b8e View commit details
    Browse the repository at this point in the history
  2. Update PaypalIPN.php

    BigRedBot authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    3c5da67 View commit details
    Browse the repository at this point in the history
  3. Update PaypalIPN.php

    BigRedBot authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    ebe5ed1 View commit details
    Browse the repository at this point in the history
  4. Update PaypalIPN.php

    BigRedBot authored Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b9956db View commit details
    Browse the repository at this point in the history