Skip to content

Commit

Permalink
fix multishiping kredivo
Browse files Browse the repository at this point in the history
  • Loading branch information
candrasaputra committed Apr 20, 2021
1 parent dca3bb0 commit 499c0bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function execute()
'customer_details' => $customerDetails,
'shipping_address' => $shippingAddressData,
'redirect_url' => $this->getDataHelper()->getSuccessUrl(true),
'callback_url' => $this->dataHelper->getCheckoutUrl()."/payment/xendit/cardless-credit/callback",
'callback_url' => $this->getDataHelper()->getCheckoutUrl()."/payment/xendit/cardless-credit/callback",
'platform_callback_url' => $this->getXenditCallbackUrl()
];

Expand Down

0 comments on commit 499c0bf

Please sign in to comment.