Skip to content

Commit

Permalink
Fixed callback url
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodealer committed Aug 10, 2020
1 parent 23b9079 commit 8e61c6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ExpressPay/Checkout/Model/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ public function redirect() {

$fields = array(
'redirect-url' => $this->urlBuilder->getUrl() . 'rest/V1/expresspay/return',
// 'post-url' => $this->urlBuilder->getUrl() . 'rest/V1/expresspay/webhook',
'post-url' => 'https://aczipz7lf5.sharedwithexpose.com/rest/V1/expresspay/webhook',
'post-url' => $this->urlBuilder->getUrl() . 'rest/V1/expresspay/webhook',

'firstname' => $order->getData('customer_firstname'),
'lastname' => $order->getData('customer_lastname'),
Expand Down

0 comments on commit 8e61c6e

Please sign in to comment.