Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ekyna/PayumPayzen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5
Choose a base ref
...
head repository: damienmoulard/PayumPayzen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 29, 2020

  1. Update dependencies

    damienmoulard committed Jun 29, 2020
    Copy the full SHA
    4b53a31 View commit details
  2. update composer.json

    damienmoulard committed Jun 29, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    df0b2f1 View commit details

Commits on Jul 6, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    17c280e View commit details
Showing with 4 additions and 7 deletions.
  1. +2 −5 Action/CaptureAction.php
  2. +2 −2 composer.json
7 changes: 2 additions & 5 deletions Action/CaptureAction.php
Original file line number Diff line number Diff line change
@@ -54,11 +54,8 @@ public function execute($request)

// Notify url
if (empty($model['vads_url_check']) && $this->tokenFactory) {
$notifyToken = $this->tokenFactory->createNotifyToken(
$request->getToken()->getGatewayName(),
$request->getToken()->getDetails()
);
$model['vads_url_check'] = $notifyToken->getTargetUrl();
// Custom action
$model['vads_url_check'] = $request->getToken()->getAfterUrl();
}
}

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@
"require": {
"php": "^7.0",
"payum/core": "^1.5",
"php-http/guzzle6-adapter": "^1.1",
"symfony/process": "~2.7|~3.0|~4.0",
"php-http/guzzle6-adapter": "^2.0",
"symfony/process": "4.4.*",
"psr/log": "~1.0"
},
"autoload": {