Skip to content

Commit 31604b1

Browse files
committed
fix tpi live url
1 parent f0436d4 commit 31604b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Xendit/M2Invoice/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"GPL-3.0"
88
],
99
"require": {
10-
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
10+
"php": "~7.1.3||~7.2.0||~7.3.0",
1111
"magento/module-sales": "102.0.*",
1212
"magento/module-checkout": "100.3.*",
1313
"magento/module-payment": "100.3.*",

Xendit/M2Invoice/etc/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<payment>
66
<m2invoice>
77
<xendit_env>test</xendit_env>
8-
<xendit_url>https://tpi-dev.xendit.co</xendit_url>
8+
<xendit_url>https://tpi.xendit.co</xendit_url>
99
<active>1</active>
1010
<model>Xendit\M2Invoice\Model\Payment\M2Invoice</model>
1111
<title>M2Invoice</title>

0 commit comments

Comments
 (0)