Skip to content

Commit 069e423

Browse files
Vendor update
1 parent de1d81d commit 069e423

File tree

103 files changed

+3362
-848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+3362
-848
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"type": "git",
17-
"url": "https://github.com/KarinG/paypalstandard.git"
17+
"url": "https://github.com/eileenmcnaughton/paypalstandard.git"
1818
},
1919
{
2020
"type": "git",

composer.lock

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/civicrm/omnipay-paypalstandard/src/Message/AuthorizeRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public function getRequiredCardFields()
9191
public function getURLData()
9292
{
9393
$data = array();
94-
$data['notify_url'] = urlencode($this->getNotifyUrl());
95-
$data['return'] = $this->getReturnUrl();
94+
$data['ipn_notification_url'] = urlencode($this->getNotifyUrl());
95+
$data['return_url'] = $this->getReturnUrl();
9696
$data['cancel_return'] = $this->getCancelUrl();
9797
return $data;
9898
}

0 commit comments

Comments
 (0)