Skip to content

Commit

Permalink
rename called method bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpolomsky committed Nov 22, 2016
1 parent f378fd7 commit 8ea574e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/AbstractPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function initPaymentByCart(CheckoutCart $cart, $urls, \Magento\Framework\
->setPendingUrl($urls['return'])
->setCancelUrl($urls['return'])
->setFailureUrl($urls['return'])
->createCustomerMerchantCrmId($quote->getCustomerEmail())
->createConsumerMerchantCrmId($quote->getCustomerEmail())
->setServiceUrl($this->_dataHelper->getConfigData('options/service_url'))
->setConsumerData($this->_getConsumerData($quote))
->setMaxRetries($this->_dataHelper->getConfigData('options/maxretries'));
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Wirecard Checkout Page extension for Magento 2",
"keywords": ["wirecard", "checkout", "page", "payment", "magento2"],
"homepage": "https://www.wirecard.at",
"version":"1.0.3",
"version":"1.0.4",
"support": {
"email": "[email protected]",
"docs": "https://guides.wirecard.com"
Expand Down

0 comments on commit 8ea574e

Please sign in to comment.