Skip to content

Commit 499c0bf

Browse files
committed
fix multishiping kredivo
1 parent dca3bb0 commit 499c0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xendit/M2Invoice/Controller/Checkout/CardlessCreditMultishipping.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function execute()
9696
'customer_details' => $customerDetails,
9797
'shipping_address' => $shippingAddressData,
9898
'redirect_url' => $this->getDataHelper()->getSuccessUrl(true),
99-
'callback_url' => $this->dataHelper->getCheckoutUrl()."/payment/xendit/cardless-credit/callback",
99+
'callback_url' => $this->getDataHelper()->getCheckoutUrl()."/payment/xendit/cardless-credit/callback",
100100
'platform_callback_url' => $this->getXenditCallbackUrl()
101101
];
102102

0 commit comments

Comments
 (0)