Skip to content

Commit

Permalink
New Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
noah committed Oct 12, 2020
1 parent ec8cf42 commit 6e8aae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PayrexxPaymentGatewaySW6/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "payrexx/payment",
"description": "A Shopware plugin to accept payments with Payrexx",
"version": "1.0.4",
"version": "1.0.5",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions PayrexxPaymentGatewaySW6/src/Handler/PaymentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ public function createPayrexxGateway(string $orderNumber, float $amount, string
$gateway->setSuccessRedirectUrl($urls['successUrl']);
$gateway->setFailedRedirectUrl($urls['errorUrl']);
$gateway->setCancelRedirectUrl($urls['errorUrl']);
$gateway->setSkipResultPage(true);

$gateway->setPsp([]);
$gateway->setPm([$paymentMean]);
Expand Down

0 comments on commit 6e8aae0

Please sign in to comment.